Skip to main content

A Python library for sending messages to Thunderpush server.

Project description

A Python library for sending messages to the Thunderpush server.

Install

pip install thunderclient

Example

from thunderclient import Thunder

c = Thunder('key', 'secretkey', 'localhost', 8080)

print(c.get_user_count())
print(c.get_users_in_channel('test'))
print(c.send_message_to_user('test', {'msg': 'hello!'}))
print(c.send_message_to_channel('test', {'msg': 'hello!'}))
print(c.is_user_online('test'))
print(c.disconnect_user('test'))

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

thunderclient-1.0.1.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file thunderclient-1.0.1.tar.gz.

File metadata

File hashes

Hashes for thunderclient-1.0.1.tar.gz
Algorithm Hash digest
SHA256 aa1b54c488ca02aeecd6f4c3d4bccc7ad19a35132a25e650a270cf8936f1b8f9
MD5 aca787d4d93b65fdf984bf145c471094
BLAKE2b-256 931f4e39d7a93720cb4ba2288d774d00178c5a31bd7841dcaf2363b694c562ec

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