⏰ Remind your commit and coding every day with chat bot!
pip install commit-telegram-bot
>>> from commit-telegram-bot import commitTelegramBot
>>> bot = CommitTelegramBot('github_token', 'github_usrname', 'telegram_token', 'telegram_id')
>>> print(bot.count_total()) # print today's commit count
>>> bot.handler() # run bot
commit-telegram-bot is primarily distributed under the terms of the MIT License. see LICENSE for details.