mu-hun / commit-telegram-bot

:alarm_clock: Remind your commit and coding every day with Telegram bot!
MIT License
11 stars 0 forks source link
alarm-clock telegram-bot

commit-telegram-bot

Build Status PyPI version

:alarm_clock: 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.