https://github.com/lukaville/leetcode-telegram-bot
https://github.com/lukaville/leetcode-telegram-bot
leetcode telegram telegram-bot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukaville/leetcode-telegram-bot
- Owner: lukaville
- Created: 2020-02-15T20:40:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:47:30.000Z (over 4 years ago)
- Last Synced: 2024-12-27T20:29:14.874Z (7 months ago)
- Topics: leetcode, telegram, telegram-bot
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Telegram notification bot
Telegram bot that follows a set of LeetCode users and notifies about new accepted submissions from these users.
## Running
```bash
docker build -t leetcodebot .
``````bash
docker run -d --name leetcodebot -v /data/leetcodebot:/data --env PROXY=http://[proxy] --env TELEGRAM_API_TOKEN=[token] leetcodebot
```