This package provides a pythonic interface to subscribe to updates from Livemasjid as well as to get sthe current status of Livemasjid streams.
Project description
#Livemasjid
This package provides a pythonic interface to subscribe to updates from Livemasjid as well as to get the current status of Livemasjid streams.
from livemasjid import Livemasjid def my_callback(topic, message, status): print(topic) print(message) print(status) if __name__ == "__main__": lm = Livemasjid(subscriptions=['activestream']) lm.register_on_message_callback(my_callback) lm.update_status() status = lm.get_status() lm.start()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
livemasjid-0.1.2.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for livemasjid-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a213b1a5647050796f7f156e1ed6f014a465c246b36bafbe3fd51aba4a03ca59 |
|
MD5 | fd4de872b6c3fdfc0672b6e5d878eb99 |
|
BLAKE2-256 | d1ff59d87a7b4fd65c38314f956ebba6076a9b5479f56d6b6313a8aa8310307a |