All Projects → mintutu → Leetcode Country Ranking

mintutu / Leetcode Country Ranking

Find Leetcode ranking by country, username.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Leetcode Country Ranking

Job Web Demo
Python Web 实战项目,Flask + Jinja2 + Bootstrap 开发的招聘网站
Stars: ✭ 87 (-11.22%)
Mutual labels:  flask
Work At Olist
Apply for a job at Olist's Development Team: https://bit.ly/olist-webdev
Stars: ✭ 93 (-5.1%)
Mutual labels:  flask
Flask pydantic
flask extension for integration with the awesome pydantic package
Stars: ✭ 96 (-2.04%)
Mutual labels:  flask
Carbon Api
Unofficial API for generating beautiful images of your source code using Carbon.
Stars: ✭ 89 (-9.18%)
Mutual labels:  flask
Flask Tutorial
这个项目已经很久很久了, 不推荐看, 不过倒是可以进群叨逼叨一下. 🚗 交流群:630398887
Stars: ✭ 91 (-7.14%)
Mutual labels:  flask
Gxgk Wechat Server
校园微信公众号,使用 Python、Flask、Redis、MySQL、Celery [DEPRECATED]
Stars: ✭ 1,325 (+1252.04%)
Mutual labels:  flask
Ccks2019 Task5
CCKS2019评测任务五-公众公司公告信息抽取,第3名
Stars: ✭ 87 (-11.22%)
Mutual labels:  flask
React Flask App
A Flask + React demo application.
Stars: ✭ 98 (+0%)
Mutual labels:  flask
Watson Voice Bot
Create a Watson Assistant chatbot that uses voice over a web browser.
Stars: ✭ 92 (-6.12%)
Mutual labels:  flask
Covid 19 Nlp Vis
使用 flask + pyecharts 搭建的新冠肺炎疫情数据可视化交互分析网站平台,包含疫情数据获取、每日疫情地图、曲线图展示,数据统计分析、态势感知、确诊人数预测分析算法设计、NLP舆情监测等任务(数据更新到 6.19 )
Stars: ✭ 96 (-2.04%)
Mutual labels:  flask
Incepiton Mysql
🍭A web platform designed for mysql inception
Stars: ✭ 90 (-8.16%)
Mutual labels:  flask
Flaskdash
Flask starter app featuring CoreUI and the FlaskUser module.
Stars: ✭ 90 (-8.16%)
Mutual labels:  flask
Lecture Summarizer
Lecture summarization with BERT
Stars: ✭ 94 (-4.08%)
Mutual labels:  flask
Flask Paper Kit
Flask Boilerplate - Paper Kit Design | AppSeed
Stars: ✭ 89 (-9.18%)
Mutual labels:  flask
Flask Dashboard Adminlte
AdminLTE Flask - Open-source Seed Project | AppSeed
Stars: ✭ 95 (-3.06%)
Mutual labels:  flask
Pybooks
python books
Stars: ✭ 87 (-11.22%)
Mutual labels:  flask
Markbj
一个开放的知识社区
Stars: ✭ 94 (-4.08%)
Mutual labels:  flask
Booklibrary
📚Simple Book library application written on flask with SQLite database.
Stars: ✭ 98 (+0%)
Mutual labels:  flask
Flask movie site
用Flask构建一个微电影视频网站
Stars: ✭ 97 (-1.02%)
Mutual labels:  flask
Flask Rest Template
template for a rest app with flask, flask-rest and more...
Stars: ✭ 95 (-3.06%)
Mutual labels:  flask

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
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].