All Projects → chiehmin → Leetcode Ranking Search

chiehmin / Leetcode Ranking Search

Licence: apache-2.0
Leetcode Contest Ranking Searcher

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Leetcode Ranking Search

Leetcode Spider
用 node.js 爬你自己的 leetcode 解题源码
Stars: ✭ 176 (+245.1%)
Mutual labels:  crawler, leetcode
Leetcode Deprecated
view
Stars: ✭ 49 (-3.92%)
Mutual labels:  leetcode
Lizard
💐 Full Amazon Automatic Download
Stars: ✭ 41 (-19.61%)
Mutual labels:  crawler
Pixeval
A Strong, Fast and Flexible Pixiv Client based on .NET Core and WPF
Stars: ✭ 1,031 (+1921.57%)
Mutual labels:  crawler
Crawlab
Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
Stars: ✭ 8,392 (+16354.9%)
Mutual labels:  crawler
Fund Crawler
基于NodeJS的基金数据爬虫,爬取的数据存于github的@nullpointer/fund-data。
Stars: ✭ 46 (-9.8%)
Mutual labels:  crawler
Deepweb Scappering
Discover hidden deepweb pages
Stars: ✭ 40 (-21.57%)
Mutual labels:  crawler
Awesome Ebooks
收录开源的经典技术书籍 PDF 文件及相关网站,持续更新中...
Stars: ✭ 51 (+0%)
Mutual labels:  leetcode
Leetcode
正确的姿势,学习的态度来刷 LeetCode:高效的代码、简洁的注释、精炼的总结。
Stars: ✭ 1,043 (+1945.1%)
Mutual labels:  leetcode
Onlinejudge Solutions
Collection of solutions to online judge problems
Stars: ✭ 45 (-11.76%)
Mutual labels:  leetcode
Weibo Crawler
新浪微博爬虫,用python爬取新浪微博数据,并下载微博图片和微博视频
Stars: ✭ 1,019 (+1898.04%)
Mutual labels:  crawler
Avbook
AV 电影管理系统, avmoo , javbus , javlibrary 爬虫,线上 AV 影片图书馆,AV 磁力链接数据库,Japanese Adult Video Library,Adult Video Magnet Links - Japanese Adult Video Database
Stars: ✭ 8,133 (+15847.06%)
Mutual labels:  crawler
Algorithmmap
建立你的算法地图:如何高效学习算法;算法工程师:从小白到专家
Stars: ✭ 47 (-7.84%)
Mutual labels:  leetcode
Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (+1878.43%)
Mutual labels:  crawler
Lyrics Crawler
Get the lyrics for the song currently playing on Spotify
Stars: ✭ 49 (-3.92%)
Mutual labels:  crawler
Code problems
Code Problems from LeetCode website and other fun code problems websites. The goal is to help people studying for coding interviews.
Stars: ✭ 40 (-21.57%)
Mutual labels:  leetcode
Leetcode
C++ Solutions of LeetCode Problems
Stars: ✭ 43 (-15.69%)
Mutual labels:  leetcode
Social Scraper
Tổng hợp script crawl dữ liệu từ các mạng xã hội & website tiếng Việt
Stars: ✭ 47 (-7.84%)
Mutual labels:  crawler
Images Web Crawler
This package is a complete tool for creating a large dataset of images (specially designed -but not only- for machine learning enthusiasts). It can crawl the web, download images, rename / resize / covert the images and merge folders..
Stars: ✭ 51 (+0%)
Mutual labels:  crawler
C Algorithms
All algorithms implemented in C
Stars: ✭ 51 (+0%)
Mutual labels:  leetcode

Leetcode Contest Ranking Searcher

crawling contest data crawling global ranking GitHub license

Website: https://fatminmin.com/leetcode-ranking-search/

Official Leetcode contest ranking page lacks advance search/filter functions. So I implemented one!!

Features:

  • Search users contest ranking history
  • Filter ranking data by username and country

The contest data is updated every week by setting up a scheduled pipeline using Github Actions. And the site is purely static which can be served on any web server directly!!

The UI is made with Vue.js and BootstrapVue.

Screenshots

User contest history search:

user_contest_history

Contest user search:

user_search

Global ranking with country filter:

global_ranking

Crawling contest results

By simply executing the crawler scripts, the contest ranking results will be parsed and saved.

# crawling a single contest ranking result
./crawler.py weekly-contest-179

# crawling global ranking
./global_ranking_crawler.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].