You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ along with their corresponding team details from the Dream11 site and provide th
10
10
11
11
Dream11 site requires us to **login** to our contest inorder to view these details, through our **registered mobile number** and **OTP**.
12
12
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)
14
14
and login as you normally do. This script will grab and export the cookie into a text file (*cookie.txt*).
15
15
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.
17
17
Give it a few time to scrap the necessary details from the site. You can view the entire automation happening in your web browser.
18
18
Once the task is completed, you will see an excel file (**DREAM11.xlsx**), containing all the details.
0 commit comments