Scrape Google search results into CSV file (using the main.py file)
Or scrape data directly from websites (all other python scripts)
virtualenv -p python3.10 venv
source venv/bin/activate
pip install -r requirements.txt
For scripts using Selenium, a version of Chromedriver matching your Chrome Browser version is required
- Enter search terms in queries.txt
- Run
python3 main.py
in your terminal
Go to http://127.0.0.1:8000
in browser
- Run
python3 'name_of_script'.py
in your terminal