Skip to content

stepanzubkov/github-notifications-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Github Notifications Telegram bot

It is the telegram bot that shows your notifications from github.com. Bot is in beta stage.

Deploy

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
  1. Open config.env file and fill in your values for environment variables.
  2. (I recommend you to use docker with docker-compose)
docker-compose build
docker-compose up
  1. Check docker logs and then check the bot with /start command

Using

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

Contribution

Contributors are welcome! You can send issues and PRs.

About

Github Notifications Telegram bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published