https://github.com/jsonfm/eltiempo-selenium
☀️ A selenium app for scraping some data from Eltiempo.es
https://github.com/jsonfm/eltiempo-selenium
python selenium webscraping
Last synced: about 1 month ago
JSON representation
☀️ A selenium app for scraping some data from Eltiempo.es
- Host: GitHub
- URL: https://github.com/jsonfm/eltiempo-selenium
- Owner: jsonfm
- Created: 2023-01-01T00:18:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T01:13:50.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:47:10.396Z (over 1 year ago)
- Topics: python, selenium, webscraping
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### ☀️ El tiempo
A simple script to scrape some data from [Eltiempo.es](http://eltiempo.es). It uses selenium, css selectors and xpath. Additionally it generates a csv with the obtained data, specifically this script works for the city of Madrid, in the interval of 1 day, in intervals of 1 hour.
### 📦 Installation
1. First, clone the repository:
```
git clone https://github.com/jsonfm/eltiempo-selenium.git
```
2. Create and active a virtual environment:
```
python3 -m venv
source venv/bin/activate
```
3. Install dependencies:
```
pip install -r requirements.txt
```
### 🚀 Execution
```
python3 main.py
```