Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marionchaff/windguru-scraper

Python script that scrapes weather forecast from Windguru using Selenium
https://github.com/marionchaff/windguru-scraper

chromedriver python scraping selenium weather-forecast web-scraping-python windguru

Last synced: 10 days ago
JSON representation

Python script that scrapes weather forecast from Windguru using Selenium

Awesome Lists containing this project

README

        

# windguru-scraper
Python script that scrapes weather forecast from Windguru using Selenium

Input:
- URL of the page to scrape (var 'url')
- Number of previsions to scrape (var 'num_prev')

Output:
- Scraped forecasts (wind speed, wind direction, wind gusts, swell height, swell period, wind direction, swell direction) in a pd.DataFrame

Requirements:
- Python 3.10.6
- Pandas version 2.2.2
- Selenium version 4.22.0
- ChromeDriver