Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Crawling LeetCode Global Ranking and building a website to support to find the LeetCode ranking by country and username.

## Getting Started
Because LeetCode does not support to filter the ranking by country, so I've written some Python scripts to crawl global ranking data in LeetCode. It helps to search, filter by user name or countries.
Because LeetCode does not support to filter the ranking by country, so I've written some Python scripts to crawl global ranking data in LeetCode. It helps to search, filter by username or by countries.

Try to find your place and others in your country at: https://leetcode-country-ranking.herokuapp.com/

Expand All @@ -25,4 +25,4 @@ heroku local
#Step 4: Test at http://localhost:5000/
```
### TODO
- Crawling LeetCode weekly contests
- Crawling LeetCode weekly contests and Biweekly contests.