Web automation using python selenium.
-
Install Python 3
-
Run these commands in cmd (Requirements selenium, pandas, joblib)
-
pip install selenium (Installing Selenium)
-
pip install joblib
-
pip install pandas
-
Install chromedriver , and set the location of chromedriver in main_parallel.py file.
-
Run main_parallel.py file
-
You can change database to mysql also , just remove the comments on mysql connection code in main_parallel.py file
-
You can change sampe dataset by changing file.csv.