Skip to content

Script to get temperature from a given zip code (with BeautifulSoup)

Notifications You must be signed in to change notification settings

gph/temperature-by-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Temperature by location

It should retrieves the temperature from a given CEP (brazilian zip code) in celsius.

How to run?

1 - Clone the repository

git clone https://github.com/gph/temperature-by-location

2 - Install dependencies

pip install bs4
pip install pycep_correios

3 - Run the application

python .\temp_collector.py 90000-000

PS: I did it for a job interview assignment.

About

Script to get temperature from a given zip code (with BeautifulSoup)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages