Coding problems are one of the main stressors of every person entering the tech world. This project was designed to help students practice coding challenges and aimed for discords with computer science students. The discord bot contains two main functions:
- Request random Leetcode problems
- (Work in progress) Automatically send out daily leetcode challenge problems and keep a score system.
Webscraper built from cheerio and puppeteer is used to scrape for all free leetcode problems.
SQLite used as a database for all of the problem data.
The leetcode bot was created using Node.js and discord.js module. The bot is currently hosted on an EC2 instance.