Skip to content

Commit 9cf3614

Browse files
author
Fr34K008
committed
Documentation Enhancement
1 parent 20d8a27 commit 9cf3614

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,21 @@ To install those packages, just type
4949
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.
5050

5151
1. Open the scripts in your preferred IDE or text editor.
52+
5253
2. On line 15, DPATH variable, set the path of your browser driver as string. i.e.
5354
* DPATH = "path/to/browser/drive.exe"
55+
5456
3. On line 27,28 (EMAIL,PASSWD) variables, set your login credetials as string. i.e.
5557
* EMAIL = "example@mail.com"
5658
* PASSWD = "password123"
59+
5760
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.
5861
* STARTFROM = 1
5962
* LIMIT = 100
63+
6064
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
6165
* TITLE = "Intuit"
66+
6267
6. Lastly, on line 40 (FILE) variable, set the file name as your desired file name.
6368

6469
### Run the script in CMD/terminal

0 commit comments

Comments
 (0)