Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 622 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 622 Bytes

LeetCode_Tracker

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:

  1. Clone the repo.
  2. Add a user_store.txt file with space separated LeetCode usernames on the first line.
  3. 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.