This Repository contains python script that can be used to scrapper all the Hacker rank Solutions
How to use?
- Clone this Project
- Create a file named credentials.py and define following three constants from Network tab in your Web browser
- CSRF_TOKEN
- COOKIE
- USER_AGENT
- Change the Output Directory in constants.py
- Run the script Hackerrank-Scrapper.py
This is an Attempt to learn python and Web Scrapping. Open for Suggestions. Thanks