python-thunderclient

A Python library for sending messages to Thunderpush server
Download

python-thunderclient Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Krzysztof Jagiello
  • Publisher web site:
  • https://github.com/thunderpush/

python-thunderclient Tags


python-thunderclient Description

python-thunderclient is a Python library for sending messages to the Thunderpush server.Examplefrom thunderclient import Thunderc = 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")Product's homepage


python-thunderclient Related Software