Skip to content

Commit

Permalink
Documentation Enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr34K008 committed Oct 1, 2022
1 parent 20d8a27 commit 9cf3614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,21 @@ To install those packages, just type
Lastly, to get the script up and running, you need to make few changes in the script itself. On my future updates I'll make sure to reduce these steps to make your life easier. But for subsequent time, make these following changes.

1. Open the scripts in your preferred IDE or text editor.

2. On line 15, DPATH variable, set the path of your browser driver as string. i.e.
* DPATH = "path/to/browser/drive.exe"

3. On line 27,28 (EMAIL,PASSWD) variables, set your login credetials as string. i.e.
* EMAIL = "[email protected]"
* PASSWD = "password123"

4. On line 31,34 (STARTFROM,LIMIT) variables, set the starting page number(STARTFROM) and last page number (LIMIT) of the project you want the bot to scrape. i.e.
* STARTFROM = 1
* LIMIT = 100

5. On line 37 (TITLE) variable, set the title to the title of the project data page so that the bot can identify the project. i.e If the project title is "Projects/Database - Intuit" then you will set the variable as
* TITLE = "Intuit"

6. Lastly, on line 40 (FILE) variable, set the file name as your desired file name.

### Run the script in CMD/terminal
Expand Down

0 comments on commit 9cf3614

Please sign in to comment.