It is the telegram bot that shows your notifications from github.com. Bot is in beta stage.
For deployment you should create telegram bot at BotFather and install docker with docker-compose via your package manager.
cd src
cp config_example.env config.env
- Open
config.env
file and fill in your values for environment variables. - (I recommend you to use docker with docker-compose)
docker-compose build
docker-compose up
- Check docker logs and then check the bot with
/start
command
Available commands:
- /start - Standart start bot command. Prints info how to use.
- /login - Login to your github account using github api token.
- /notifications - Show unread notifications (login required).
Contributors are welcome! You can send issues and PRs.