Skip to content

Yorkinjon10/leetcode-country-ranking

 
 

Repository files navigation

LeetCode Ranking

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.

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

Screenshot

I'm not good at frontend web development, so it would be great if you could help me to improve.

Development at Local

In case, you want to build your own website. Run these steps at your local machine:

#Step 1: Run docker for the environment
docker-compose up -d

#Step 2: Download dependencies
pip3 install -r requirements.txt

#Step 3: Run heroku at local
heroku local

#Step 4: Test at http://localhost:5000/

TODO

  • Crawling LeetCode weekly contests

About

Find Leetcode ranking by country, username.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.8%
  • Python 47.9%
  • Procfile 0.3%