Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arya-io/house-of-dragons-web-automation

This project demonstrates web automation using Selenium to interact with Google Search. It automates the process of searching for "House of Dragons," capturing a screenshot of the results. Ideal for beginners looking to understand browser automation and web scraping techniques.
https://github.com/arya-io/house-of-dragons-web-automation

automation-scripts browser-automation google-search jupyter-notebook python selenium web-automation web-scraping

Last synced: 8 days ago
JSON representation

This project demonstrates web automation using Selenium to interact with Google Search. It automates the process of searching for "House of Dragons," capturing a screenshot of the results. Ideal for beginners looking to understand browser automation and web scraping techniques.

Awesome Lists containing this project

README

        

# House of Dragons Web Automation

## 🚀 About The Project
This project demonstrates web automation using Selenium, focusing on searching for "House of Dragons" on Google and capturing a screenshot of the search results.

## 🛠️ Tech Stack
- **Languages**: Python
- **Libraries**: Selenium, WebDriver Manager
- **Tools**: Jupyter Notebook, Google Chrome

## 📸 Screenshot
![House of Dragons Search](House_Of_Dragons.png)

## 📜 How to Run
1. Clone the repository:
```bash
git clone https://github.com/arya-io/house_of_dragons_web_automation.git
2. Navigate to the project directory:
```bash
cd house_of_dragons_web_automation
3. Install the required packages:
```bash
pip install selenium webdriver-manager
4. Open the Jupyter Notebook:
```bash
jupyter notebook
5. Run the notebook cells to see the automation in action.

## 💡 Features
- Automates the process of opening a browser, searching for a term, and capturing the results.
- Utilizes WebDriver Manager to handle ChromeDriver installation seamlessly.

## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.