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

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

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
```