Skip to content

Drugo96/wunderground-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wunderground Scraper

wunderground history daily scraper for forecast

Develop by Drugo96

About

The following project implements a daily weather forecast scraper from the wunderground website

Requirements

  • Python 3.7 or higher

Instructions

Clone repository:

git clone https://github.com/Drugo96/wunderground-scraper.git
cd wunderground-scraper

Install dependency:

pip install -r requirements.txt

Run weather_scraper file with the correct with the correct parameters. The required parameters are the following three:

  • airport: Airport ID used by wunderground
  • states: Abbreviation of the country to which the code belongs
  • years: Array of years you want to download

This is an example of how the script should be run:

python weather_scraper.py --airport LEVC --state ES --years 2018,2019

Notes

To easily find the correct parameters to pass to the script, I suggest you search for the desired city on the wunderground website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages