Skip to content

Automate Search with Python, includes three Python scripts that use Selenium WebDriver to automate Google searches across Chrome, Firefox, and Edge browsers. Each script allows you to input a search query from the command line, fetches search results, and displays the titles of the results in the console

Notifications You must be signed in to change notification settings

alwalid54321/Automate-Search-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate Search with Python

This project includes scripts to perform Google searches using different browsers.

Requirements

  • Python 3.x
  • selenium and webdriver-manager libraries

Install the required libraries using:

pip install selenium webdriver-manager 

Scripts

search_chrome.py

Runs the search script using Google Chrome. Run the script with:

python chrome/search_chrome.py "<search_query>" 

search_firefox.py

Runs the search script using Mozilla Firefox. Run the script with:

python firefox/search_firefox.py "<search_query>" 

search_edge.py

Runs the search script using Microsoft Edge. Run the script with:

python edge/search_edge.py "<search_query>" 

Logging

Logs are saved in search_script.log.

About

Automate Search with Python, includes three Python scripts that use Selenium WebDriver to automate Google searches across Chrome, Firefox, and Edge browsers. Each script allows you to input a search query from the command line, fetches search results, and displays the titles of the results in the console

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages