A discord bot for OSU's ACM Club
This bot uses problem submission data from LeetCode to update the club with details such as:
- How many problems each member has solved in the last week.
- The most recent problem solved by a specified user.
If you would like to make contributions to this repository:
- Clone the repo.
- Add a user_store.txt file with space separated LeetCode usernames on the first line.
- To test your code, run
pytest
, and update test_suite.py or create tests yourself.
Note: This repository is not associated with LeetCode, LLC. This repository is for educational purposes.