sidoshi / github-updates

Telegram Bot for receiving Notification Updates from Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-updates

contributions welcome HitCount

Telegram Bot for receiving Notification Updates from Github

Example Bot

Usage

First create a Telegram Bot by talking to the BotFather and get the Bot Token.

Then,

Deploy to now

or

$ 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

About

Telegram Bot for receiving Notification Updates from Github

License:MIT License


Languages

Language:JavaScript 100.0%