From 8a0338d5a454488ea240ef1f84a3f0094cc13f34 Mon Sep 17 00:00:00 2001 From: deepuyadav004 Date: Sun, 14 Aug 2022 10:42:30 +0530 Subject: [PATCH] some modification in README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.