Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged asynchronous  ✕   ✕
Kansattica/msync https://github.com/Kansattica/msync
Sun 20 Nov 2022 04:06:36 PM PST archive.org

msync is a command line client for Mastodon (and anything else that implements the same API, including Pleroma) that works a little different. msync doesn't stay connected to the internet all the time and constantly pull new posts. Instead, it only connects when you use the msync sync command. Every other change is stored on your computer until then. You can queue up posts to send, boost, bookmark, and favorite when you're online, download posts, notifications, and bookmarks to look at offline, and do the same for as many accounts as you want.

msync currently supports queueing and sending posts, boosts, favorites, and bookmarks for any number of accounts, as well as downloading the home timeline, notifications, bookmarks, and arbitrary threads.

mastodon fediverse offline cpp asynchronous client
stan-janssen/tinyxmpp https://github.com/stan-janssen/tinyxmpp
Thu 20 May 2021 12:06:11 PM PDT archive.org

TinyXMPP is a small XMPP client library for Python applications. It allows developers to easily connect to XMPP servers and exchange messages in a fast and secure way.

The only demo code seems to be in the README right now.

python modules xmpp exocortex asynchronous
poljar/matrix-nio: A Python Matrix client library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles https://github.com/poljar/matrix-nio
Sun 19 Jan 2020 09:50:56 PM PST archive.org

A Python module for accessing a Matrix server that is built using the no-I/O methodology - it conceals all of the input and output so development is focused on assembling what is sent and using what is received. Asynchronous in nature. In Pypi. Also end-to-end encryption capable. I don't know how flexible this library is so more investigation is required.

python matrix api modules asynchronous encryption exocortex
poezio/slixmpp: SleekXMPP fork using asyncio, for poezio - Github copy https://github.com/poezio/slixmpp
Sat 25 May 2019 02:44:20 PM PDT archive.org

Slixmpp is an MIT licensed XMPP library for Python 3.5+. It is a fork of SleekXMPP because Sleek is no longer maintained.

Slixmpp's goals is to only rewrite the core of the library (the low level socket handling, the timers, the events dispatching) in order to remove all threads.

By and large, it seems as if you could just drop this module in and it'd work. My code uses threads, so it might take a little more tinkering than that.

python modules python xmpp protocols client exocortex asynchronous
asyncoro - Framework for Asynchronous, Concurrent, Distributed, Network Programming http://asyncoro.sourceforge.net/
Mon 19 Mar 2018 05:44:10 PM PDT archive.org

Asyncoro is a Python framework for writing massively distributed applications. Designed to work in an asynchronous fashion (including non-blocking network socket handling) on as many OSes as possible. Supports SSL, locking, execution of routines on remote systems, and hot-swapping of code. Even does asynchronous database access.

jobs python distributed frameworks coroutines asynchronous modules scheduler
5001 links, including 376 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn