https://github.com/3kh0/github-tg
a tiny sinatra service to keep you in the loop about your github dealings
https://github.com/3kh0/github-tg
ruby sinatra
Last synced: about 3 hours ago
JSON representation
a tiny sinatra service to keep you in the loop about your github dealings
- Host: GitHub
- URL: https://github.com/3kh0/github-tg
- Owner: 3kh0
- Created: 2026-05-18T02:32:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-29T18:43:54.000Z (8 days ago)
- Last Synced: 2026-06-29T20:22:09.379Z (8 days ago)
- Topics: ruby, sinatra
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-tg
This is a tiny little service that acts as a relay for your GitHub notifications. it is lightning fast, easy to use, and takes advantage of the cool parts of the Telegram bot API to make it nice.

Setting it up is simple if you already have a place to deploy Dockerfiles (e.g., Coolify)
1. Clone the repo
2. Create a Telegram bot at [@BotFather](http://t.me/BotFather)
3. Fill out the .env with the .env.example
4. Profit?