Skip to main content

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


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 details)

Uploaded Source

Built Distribution

livemasjid-0.1.2-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file livemasjid-0.1.2.tar.gz.

File metadata

  • Download URL: livemasjid-0.1.2.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.9.1 Darwin/20.5.0

File hashes

Hashes for livemasjid-0.1.2.tar.gz
Algorithm Hash digest
SHA256 2b5840b93fdc19a67ca3e58318b88e20e015e9d2904bbe5552df305abb67a113
MD5 e3ea2502e31d1039f8c3b08d835b1b79
BLAKE2b-256 5aee19aec146a48f8e822502fb937a8b9d8221a6f329c1f92c5eed724f1083b8

See more details on using hashes here.

File details

Details for the file livemasjid-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: livemasjid-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.9.1 Darwin/20.5.0

File hashes

Hashes for livemasjid-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a213b1a5647050796f7f156e1ed6f014a465c246b36bafbe3fd51aba4a03ca59
MD5 fd4de872b6c3fdfc0672b6e5d878eb99
BLAKE2b-256 d1ff59d87a7b4fd65c38314f956ebba6076a9b5479f56d6b6313a8aa8310307a

See more details on using hashes here.

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