Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```