HACKERRANK SOLUTIONS
Here is the article with detailed steps about how to use this repo, to get the solutions of problems you have solved on hackerrank.
https://medium.com/hackernoon/scrapping-your-hackerrank-com-submissions-with-python-d409bdf516bb
This repo contains:
- Code to scrap hackerrank to get your submitted solutions
- run >npm install
- run >python scrapper.py
- Done
Known issues:
- Currently getting the last submitted solution from the submission list assuming the last submission was the solved one.
- Issue with notifications with threading on.
Challenges faced:
- Tried installing notify2 to give notification when the downloads are complete but is same needs additional installations for mac, so moving to a nodejs solution for the same.
NOTE: This repository is new, please feel free to ask/ suggest something. Cheers!