raishid / pyChatango

Send messages to Chatango chatrooms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyChatango

Send messages to Chatango rooms automatically

Install

pip install pychatango-dev

Usage

  from pyChatango import pyChatango
  
  ctango = pyChatango('chatango_url', 'username', 'password')
  ctango.chat('Hello World!!!')

About

Send messages to Chatango chatrooms

License:Eclipse Public License 2.0


Languages

Language:Python 100.0%