Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marionchaff/windguru-scraper
- Owner: MarionChaff
- Created: 2024-07-21T09:45:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T09:51:02.000Z (6 months ago)
- Last Synced: 2024-11-06T02:33:45.044Z (about 2 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