-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fr34K008
committed
Oct 1, 2022
1 parent
20d8a27
commit 9cf3614
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|