Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arya-io/house-of-dragons-web-automation
- Owner: arya-io
- License: mit
- Created: 2024-10-17T10:44:28.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-10-17T11:15:22.000Z (22 days ago)
- Last Synced: 2024-10-19T14:28:03.443Z (20 days ago)
- Topics: automation-scripts, browser-automation, google-search, jupyter-notebook, python, selenium, web-automation, web-scraping
- Language: Jupyter Notebook
- Homepage:
- Size: 757 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.