Kushal Das
Briefly

"replyfast is a Python module to receive and send messages on Signal."
"You can install it via python3 -m pip install replyfast or uv pip install replyfast I have to add Windows builds to CI though."
"I have a demo bot which shows both sending and rreceiving messages, and also how to schedule work following the crontab syntaxt. scheduler.register( "*/5 * * * *", send_disk_usage, args=(client,), name="disk-usage", ) This is all possible due to the presage library written in Rust."
replyfast is a Python module that enables sending and receiving messages on Signal. Installation can be done with python3 -m pip install replyfast or uv pip install replyfast. Windows builds must be added to continuous integration. A provided registration script assists with registering a device so messages can be sent and received. A demo bot demonstrates both sending and receiving and shows how to schedule periodic tasks using crontab syntax. The scheduler supports arguments and job naming as in the example scheduler.register call. The implementation depends on the presage library written in Rust.
Read at Kushal Das
Unable to calculate read time
[
|
]