aboutsummaryrefslogtreecommitdiffstats
path: root/botmanager.py
Commit message (Collapse)AuthorAgeFilesLines
* Add buffer to avoid forwarding duplicate messages from shoutboxJan Tuomi2016-07-181-3/+24
|
* Add option to change API call intervaljantuomi2016-07-181-1/+2
|
* Refactor sending messages to Telegram into its own methodjantuomi2016-07-181-3/+8
|
* Forward messages from shoutbox to telegram successfullyjantuomi2016-07-181-2/+5
|
* Create JSON Factory, http test server now dumps incoming telegram messagesjantuomi2016-07-181-7/+11
|
* Create shoutbox API communicator classjantuomi2016-07-181-28/+8
|
* Fix json message, general fixesJan Tuomi2016-07-181-3/+8
|
* Add mock http server for api tests, response loggingJan Tuomi2016-07-181-0/+3
|
* Add option for chat_id, refine loggingJan Tuomi2016-07-161-16/+15
|
* Add start and stop, rudimentary API request placeholderjantuomi2016-07-151-10/+39
|
* Restructure code into classesjantuomi2016-07-151-0/+62