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: 3 months ago
JSON representation
Python script that scrapes weather forecast from Windguru using Selenium
- Host: GitHub
- URL: https://github.com/marionchaff/windguru-scraper
- Owner: MarionChaff
- Created: 2024-07-21T09:45:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T09:51:02.000Z (12 months ago)
- Last Synced: 2025-02-16T03:18:16.924Z (5 months ago)
- Topics: chromedriver, python, scraping, selenium, weather-forecast, web-scraping-python, windguru
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# windguru-scraper
Python script that scrapes weather forecast from Windguru using SeleniumInput:
- 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.DataFrameRequirements:
- Python 3.10.6
- Pandas version 2.2.2
- Selenium version 4.22.0
- ChromeDriver