/hackerrank-scrapper

This Repository contains python script that can be used to scrapper all the Hacker rank Solutions

Primary LanguagePython

This Repository contains python script that can be used to scrapper all the Hacker rank Solutions

How to use?

  1. Clone this Project
  2. Create a file named credentials.py and define following three constants from Network tab in your Web browser
    1. CSRF_TOKEN
    2. COOKIE
    3. USER_AGENT
  3. Change the Output Directory in constants.py
  4. Run the script Hackerrank-Scrapper.py

This is an Attempt to learn python and Web Scrapping. Open for Suggestions. Thanks