Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 499 Bytes

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>