Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.4 KB

File metadata and controls

32 lines (26 loc) · 1.4 KB

UpSolve: A python script for upsolving problems from Hackerrank.

Getting Started:

Installion for Ubuntu:
  1. Install selenium using pip3 install selenium or conda install selenium, if you are using Anaconda.
  2. After cloning the repository, to install the drivers already provided, change to the drivers directory and execute the following instructions according to your browser preference.
  3. To run in chrome:
sudo cp chromedriver usr/bin
sudo cp chromedriver usr/local/bin

Press 1 when prompted for browser selection for chrome.

  1. To run in firefox:
sudo cp geckodriver usr/bin
sudo cp geckodriver usr/local/bin

Press 2 when prompted for browser selection for firefox.

  1. Make sure that you are using python3.6 or above.
  2. Enter python3 app.py in the project directory to run the script.
  3. Refer to this for instructions as to how to use the script.

Contributing:

visit this page to report issues in the project, contribute or request a new feature.

PS. If the documentation does not load on github as the file is slightly large for a pdf, just download the pdf.