https://github.com/benediktwerner/bxbot
Telegram Bot for the course Binary Exploitation at TUM
https://github.com/benediktwerner/bxbot
Last synced: about 2 months ago
JSON representation
Telegram Bot for the course Binary Exploitation at TUM
- Host: GitHub
- URL: https://github.com/benediktwerner/bxbot
- Owner: benediktwerner
- Created: 2018-05-15T19:41:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T00:22:53.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T22:45:59.052Z (2 months ago)
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BinEx Bot
This is a [Telegram](https://telegram.org/) bot for the "Binary Exploitation" lab course at TUM (Technical University of Munich) that sends you a message whenever the pwning leaderboard changes. I wrote it in 2018 when I did the lab course.
To use the bot visit and send it any message. It will acknowledge your existence with a "Hello" and send you updates when new pwns happen.
The bot is hosted for free on *Heroku* and uses *Google Docs* as a free mini-database.
## Deployment to Heroku
1. Add config vars:
- BOT_TOKEN
- GOOGLE_API_PRIVATE_KEY_ID
- GOOGLE_API_PRIVATE_KEY_BASE64
- GOOGLE_API_CLIENT_EMAIL
- GOOGLE_API_CLIENT_ID
- MAINTAINER_CHAT_ID (optional)
2. Deploy from github
3. Start `worker` dyno