aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Forward only new messagesmasterJan Tuomi2017-04-174-6/+30
|
* Sort incoming API data by idJan Tuomi2017-04-172-2/+4
|
* Send id to shoutbox as hex stringJan Tuomi2017-04-171-1/+2
|
* Fix shoutbox API callsJan Tuomi2017-04-171-4/+13
|
* Merge pull request #2 from juusaw/patch-1Jan T2016-08-021-1/+1
|\ | | | | #1 Updated API call to filter TG messages
| * #1 Updated API call to filter TG messagesJuuso Mikkonen2016-08-011-1/+1
|/
* Fix url encoding issueJan Tuomi2016-07-301-6/+12
|
* Add Telegram message content info to loggingJan Tuomi2016-07-301-0/+1
|
* Remove id from POST requestsJan Tuomi2016-07-282-5/+2
|
* Fix bug where messages are answered in a wrong Telegram chatJan Tuomi2016-07-282-11/+7
|
* Mention api token in README.mdJan T2016-07-281-0/+1
|
* Update README.md to conform to new design changesJan T2016-07-281-8/+17
|
* Remove several command line options to make use of the config file mandatoryjantuomi2016-07-281-27/+19
|
* Move launcher code to a classjantuomi2016-07-281-84/+92
|
* Revert daemon functionality because of implementation difficultiesjantuomi2016-07-281-9/+0
|
* Add option --daemon, still WIPJan Tuomi2016-07-271-2/+21
|
* Add threading to UptimeService, fix responsejantuomi2016-07-262-1/+19
|
* Add uptime servicejantuomi2016-07-263-2/+38
|
* Add API token config parameter for API authenticationJan Tuomi2016-07-214-5/+10
|
* Fix API post functionalityJan Tuomi2016-07-202-9/+35
|
* Replace last message dict with storing the last message id, fix type ↵jantuomi2016-07-203-35/+10
| | | | conversion problem
* Remove default value 10 from interval optionjantuomi2016-07-202-3/+3
|
* Fix timestamp parsingjantuomi2016-07-201-4/+11
|
* Update README.mdJan T2016-07-191-2/+2
|
* Restructure projectjantuomi2016-07-198-20/+25
|
* Add requirements.txt file for pipjantuomi2016-07-191-0/+2
|
* Code cleanupjantuomi2016-07-197-75/+183
|
* Update README.mdJan T2016-07-181-2/+26
|
* Add welcome textJan Tuomi2016-07-181-0/+3
|
* Add config parser and config fileJan Tuomi2016-07-182-12/+33
|
* Add buffer to avoid forwarding duplicate messages from shoutboxJan Tuomi2016-07-184-11/+42
|
* Add option to change API call intervaljantuomi2016-07-182-1/+6
|
* Update README.mdJan T2016-07-181-1/+17
|
* Refactor sending messages to Telegram into its own methodjantuomi2016-07-181-3/+8
|
* Add verbose optionjantuomi2016-07-181-10/+18
|
* Forward messages from shoutbox to telegram successfullyjantuomi2016-07-183-4/+11
|
* Create JSON Factory, http test server now dumps incoming telegram messagesjantuomi2016-07-184-16/+53
|
* Create shoutbox API communicator classjantuomi2016-07-183-28/+39
|
* Fix json message, general fixesJan Tuomi2016-07-182-7/+14
|
* Add mock http server for api tests, response loggingJan Tuomi2016-07-182-0/+52
|
* Add option for chat_id, refine loggingJan Tuomi2016-07-162-16/+30
|
* Fix hashbangJan Tuomi2016-07-151-1/+1
|
* Add start and stop, rudimentary API request placeholderjantuomi2016-07-152-20/+52
|
* Restructure code into classesjantuomi2016-07-152-52/+69
|
* Add 'now playing' functionality for testing purposesjantuomi2016-07-141-9/+31
|
* Add basic functionality and a placeholder responsejantuomi2016-07-141-11/+49
|
* Fix sys.argv calljantuomi2016-07-141-1/+1
|
* Add telepot dependencyTuomi Jan-Sebastian2016-07-141-0/+23
|
* Initial commitJan T2016-07-143-0/+111