Skip to content

This is a simple flask api for getting someone's LeetCode profile details made by scraping LeetCode

Notifications You must be signed in to change notification settings

Subrata-Rudra/leetcode-scrapper-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-scrapper

This is a simple flask api for getting someone's LeetCode profile details made by scraping LeetCode. Scraping is done using Beautifulsoup4 library

API Endpoint

Production

Send GET Request at this url and get leetcode profile details of somenone https://subrata-rudra-leetcode-scrapper.onrender.com/user/?user=<LEETCODE_USERNAME>

Development

Send GET Request at this url and get leetcode profile details of somenone http://localhost:5000/user/?user=<LEETCODE_USERNAME>

About

This is a simple flask api for getting someone's LeetCode profile details made by scraping LeetCode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages