File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- # Web-Scraping
2
- Web scraping projects done using BeautifulSoup, Selenium, Requests etc
1
+
2
+
3
+ # There are two files as of now:-
4
+ ## 1. Signing in to ieeexplore account using selenium(ieeexplore_signin.py)
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
+ ### -> You will require 'geckodriver.exe' to open Firefox
7
+
8
+ ## 2. Reading Contents from Wikipedia page using command prompt(readContentsFromWikipedia.py)
9
+ ### -> This program takes topic to be searched from comand prompt and then searches for the topic on wikipedia
10
+ ### -> After searching it downloads the content from wikipedia and prints the texts of the paragraph on the searched page
11
+ ### -> After printing it converts the text to speech using pyttsx3
You can’t perform that action at this time.
0 commit comments