Windu message agent


Keywords
sample, setuptools, development
License
MIT
Install
pip install wagent==1.0.250

Documentation

Windu Agent

Build Status PyPI

DISCLAIMER

This is a personal project I started to learn new stuff and for fun ☺️

This has no intention to be a product or compete with any other product

Windu agent is responsible to receive and send message to the instant messaging service.

Example:

 agent = WinduAgent.WinduAgent('00000', 'Nick', 'pw')
 agent.sendMessage ('1111', u'Hello 😅')