Skip to content

arturkuchynski/meteo-scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-scraping

Web scraping with python3.6

Assignment in the course of training in Exposit LLC.

Parsers:

  • Meteo.by decade weather forecast parser

Decade weather forecast parser

Install dependencies via pip:

pip install -r requirements.txt

Usage

Run python3 main.py

and specify the name of the city for which you want to retrieve the weather forecast

This gives you a console output of forecast data.

You can specify the file path if you want to save the data as a .xlsx table:

python main.py -p FILEPATH or python main.py --path FILEPATH

About

Getting weather data from Meteo.by with BeutifulSoup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages