Skip to content

Commit 647b62e

Browse files
authored
Update README.md
1 parent 1622b19 commit 647b62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ along with their corresponding team details from the Dream11 site and provide th
1010

1111
Dream11 site requires us to **login** to our contest inorder to view these details, through our **registered mobile number** and **OTP**.
1212
So, for scraping these details multiple times in between the match requires us to login every time. As authorization is done using OTP,
13-
this task will be very annoying. So we need to persist our login session through cookies. So, first run the script (**Dream11_login.py**)
13+
this task will be very annoying. So we need to persist our login session through cookies. So, first run the script [Dream11_login.py](https://github.com/mochatek/Dream11_Leaderboard/blob/master/Dream11_login.py)
1414
and login as you normally do. This script will grab and export the cookie into a text file (*cookie.txt*).
1515

16-
Now run the script (**Dream11_crawler.py**) which loads the cookie from **cookie.txt**, inorder to bypass the login process.
16+
Now run the script [Dream11_crawler.py](https://github.com/mochatek/Dream11_Leaderboard/blob/master/Dream11_crawler.py), which loads the cookie from **cookie.txt**, inorder to bypass the login process.
1717
Give it a few time to scrap the necessary details from the site. You can view the entire automation happening in your web browser.
1818
Once the task is completed, you will see an excel file (**DREAM11.xlsx**), containing all the details.
1919

0 commit comments

Comments
 (0)