Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b72u68/leetcode-bot
Discord Leetcode Bot
https://github.com/b72u68/leetcode-bot
bot discord-bot leetcode python3
Last synced: 18 days ago
JSON representation
Discord Leetcode Bot
- Host: GitHub
- URL: https://github.com/b72u68/leetcode-bot
- Owner: b72u68
- Created: 2020-06-04T09:00:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T02:04:01.000Z (over 4 years ago)
- Last Synced: 2024-11-26T02:29:05.517Z (2 months ago)
- Topics: bot, discord-bot, leetcode, python3
- Language: Python
- Homepage:
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YeetCode-Bot
![YeetCode](https://github.com/b72u68/leetcode-bot/blob/master/yeetcode.png)
Yeet away from the unemployment with Leetcode problems in your Discord channel.
> "A LeetCode a day keeps the unemployment away"
## Instructions
- Python 3 is required for the bot to run
- Required Python libraries: requests, bs4, selenium. Run `pip install -r requirements.txt` to install these libraries
- Create Discord Bot on Discord Developer Portal and add token in `discord.ini` in `.config` directory## Usage
- Run the bot LOCALLY. Simply run `python3 bot.py`
- Bot Commands
- `!help` or `!`: Get command menu
- `!yeet `: Send problem in difficulty level
- `!md `: Mark problem as done/completed
- `!sl `: Send solution## TODO
- [ ] Add search feature for the bot (for learning Data Structures and Algorithms)
- [x] Add get solution feature