This is a simple flask api for getting someone's LeetCode profile details made by scraping LeetCode. Scraping is done using Beautifulsoup4 library
Send GET Request at this url and get leetcode profile details of somenone https://subrata-rudra-leetcode-scrapper.onrender.com/user/?user=<LEETCODE_USERNAME>
Send GET Request at this url and get leetcode profile details of somenone http://localhost:5000/user/?user=<LEETCODE_USERNAME>