Skip to main content

No project description provided

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.run()

Project details


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.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

livemasjid-0.1.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page