https://github.com/sidoshi/github-updates
Telegram Bot for receiving Notification Updates from Github
https://github.com/sidoshi/github-updates
Last synced: about 2 months ago
JSON representation
Telegram Bot for receiving Notification Updates from Github
- Host: GitHub
- URL: https://github.com/sidoshi/github-updates
- Owner: sidoshi
- License: mit
- Created: 2018-05-11T09:56:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T10:23:14.000Z (about 7 years ago)
- Last Synced: 2025-04-01T14:21:14.122Z (about 2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# github-updates
[](https://github.com/sidoshi/github-updates/issues) [](http://hits.dwyl.io/sidoshi/github-updates)
> Telegram Bot for receiving Notification Updates from Github
[Example Bot](https://t.me/GithubUpdatesBot)
## Usage
First [create a Telegram Bot](https://core.telegram.org/bots#creating-a-new-bot) by talking to the [BotFather](https://t.me/BotFather) and get the `Bot Token`.
Then,
[](https://deploy.now.sh/?repo=https://github.com/sidoshi/github-updates&env=ALLOWED_TELEGRAM_USERS&env=BOT_TOKEN)
or
```bash
$ now sidoshi/github-updates -e BOT_TOKEN=XXX -e ALLOWED_TELEGRAM_USERS=XXX
```## Environment Variables
* **BOT_TOKEN** - Required, The token received from BotFather.
* **ALLOWED_TELEGRAM_USERS** - Optional, Comma-seperated list of telegram usernames to the bot should be limited.
Example:- `ALLOWED_TELEGRAM_USERS="foo,bar,baz"`.
Ignore it if you want to keep the bot public.## License
MIT © [Siddharth Doshi](https://sid.sh)