https://github.com/stepanzubkov/github-notifications-bot
Github Notifications Telegram bot.
https://github.com/stepanzubkov/github-notifications-bot
Last synced: over 1 year ago
JSON representation
Github Notifications Telegram bot.
- Host: GitHub
- URL: https://github.com/stepanzubkov/github-notifications-bot
- Owner: stepanzubkov
- Created: 2024-03-01T17:00:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:24:22.000Z (over 2 years ago)
- Last Synced: 2025-01-23T14:15:10.712Z (over 1 year ago)
- Language: Python
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
1.
```
cd src
cp config_example.env config.env
```
2. Open `config.env` file and fill in your values for environment variables.
3. (I recommend you to use docker with docker-compose)
```
docker-compose build
docker-compose up
```
4. 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.