Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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