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)
File details
Details for the file thunderclient-1.0.1.tar.gz.
File metadata
- Download URL: thunderclient-1.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa1b54c488ca02aeecd6f4c3d4bccc7ad19a35132a25e650a270cf8936f1b8f9
|
|
| MD5 |
aca787d4d93b65fdf984bf145c471094
|
|
| BLAKE2b-256 |
931f4e39d7a93720cb4ba2288d774d00178c5a31bd7841dcaf2363b694c562ec
|