Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaville/leetcode-telegram-bot
https://github.com/lukaville/leetcode-telegram-bot
leetcode telegram telegram-bot
Last synced: about 24 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukaville/leetcode-telegram-bot
- Owner: lukaville
- Created: 2020-02-15T20:40:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:47:30.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T09:22:26.483Z (about 2 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
```