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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
3
-
# There are four files as of now:-
3
+
# There are six files as of now:-
4
4
## 1. Signing in to ieeexplore account using selenium(ieeexplore_signin.py)
5
5
- In this program selenium is used to open Firefox browser and then go to ieeexplore page and sign in using username and password
6
6
- You will require 'geckodriver.exe' to open Firefox
@@ -18,4 +18,10 @@
18
18
## 4. Scraping top 250 movies from IMDB website:-
19
19
- The program opens top 250 movies chart webpage of IMDB and scraps the name, year and links for each movie
20
20
- After scraping all the links the program opens all the links one by one to scrap a brief summary about the movie
21
-
- This process is repeated until all 250 movies are scraped and the final details are zipped and stored into a list
21
+
- This process is repeated until all 250 movies are scraped and the final details are zipped and stored into a list
22
+
23
+
##5. Download Sports Celebrity Image:- (DownloadImageSportsCelebrity.py and sportsCelebrityImages.py)
24
+
-There are two files for this program. DownloadImageSportsCelebrity.py imports the second file sportsCelebrityImages.py and then passes the required arguments to the functions of second file for the desired results.
25
+
-First, the porgram opens google's images section to scrap links of images and store them
26
+
-Then, it downloads the contents from the links to form the Images
27
+
-At last all the images are stored at a particular folder specified by the folder's path
0 commit comments