https://github.com/dracarys18/git_release_tracker
A Telegram Bot written in Rust to Track new Github releases
https://github.com/dracarys18/git_release_tracker
release-tracking rust rust-lang
Last synced: about 1 year ago
JSON representation
A Telegram Bot written in Rust to Track new Github releases
- Host: GitHub
- URL: https://github.com/dracarys18/git_release_tracker
- Owner: dracarys18
- Created: 2021-05-03T19:28:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T17:46:57.000Z (over 4 years ago)
- Last Synced: 2025-02-28T15:18:26.368Z (over 1 year ago)
- Topics: release-tracking, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 55.7 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Release Tracker
This is used to track Releases posted on GitHub Releases and Post it on a Telegram Channel/Group.
Setup
- Export env variables or just fill the .env-sample file and rename it to .env
CHAT_ID="" //ID of the chat where you wanna set the alert to
API_TOKEN="" //API Token of the bot
REPO_LIST="" //List of repos seperated by comma(,) with format <username>/<reponame>
- Install cargo using by running
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- And finally run the bot using
cargo run