Zach Kontoulis
Zach Kontoulis
**Current Behavior** In-game hero networth and opendota graph numbers don't match **Expected behavior/code** I would have expected the gold graphs and in-game networth numbers to be the same **Console Output**...
Add a new command to request (5?) recent pro matches from the [OpenDota API](https://docs.opendota.com/) It would be good to also add an argument in the command to filter a specific...
Logging is kind of messy right now, using the logger module is a more appropriate approach. Any new modules should also be included in the dockerfile dependencies.
The utils.py module should probably create the `grouplist.json`, `userlist.json`, `previousblogposts.json`, `previousmagesunite.json`, `previouscyborgmatt.json`, `previousbelvedere.json` and `previouswykrhm .json` and initialize them as json files. This is a temporary enhancement until #15 is...
We can use this feed http://www.dota2.com/news/updates/ to include patch notes posted there
The updater.py script ends up using way too much memory after running for days. Investigation is required to pinpoint the cause (current suspect is the log file).
Error Log ``` Traceback (most recent call last): File "./main.py", line 191, in bot.polling(none_stop=True, interval=0) File "/home/user/.local/lib/python2.7/site-packages/telebot/__init__.py", line 174, in polling self.__threaded_polling(none_stop, interval, timeout) File "/home/user/.local/lib/python2.7/site-packages/telebot/__init__.py", line 197, in __threaded_polling...
It would be cool to have one, with fun graphics etc. Not sure what would be on it but sky's the limit I guess
When a user has blocked the bot or a group has removed it without unsubscribing, the telegram API returns: `2017-11-08 14:52:30,194 (updater.py:82 MainThread) ERROR - TeleBot: "A request to the...
The README file is underwhelming at the moment. There is room for a lot of improvement, from improving the installation guide to improving the general layout. If anyone has any...