diff --git a/README.md b/README.md index 603990c..2779ba7 100644 --- a/README.md +++ b/README.md @@ -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/ @@ -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.