mu-hun / commit-telegram-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%