/commit-telegram-bot

:alarm_clock: Remind your commit and coding every day with Telegram bot!

Primary LanguagePythonMIT LicenseMIT

commit-telegram-bot

Build Status PyPI version

⏰ Remind your commit and coding every day with chat bot!

Screenshot

install

pip install commit-telegram-bot

How to run

>>> 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

License

commit-telegram-bot is primarily distributed under the terms of the MIT License. see LICENSE for details.