This project is dedicated to scraping Google search results using Python. The primary goal is to extract useful information from Google searches automatically.
- Automated scraping of Google search results.
- Extraction of key information from search results.
- User-friendly interface for specifying search queries.
- Python 3.x
- Libraries: requests, BeautifulSoup4, etc.
- Clone the repository:
git clone https://github.com/hannachoum/Google_Scrapping.git
- Install the required packages:
pip install -r requirements.txt
Run google_scrapper.py
and enter your search queries when prompted.
Contributions to this project are welcome. Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE
file for details.