An open API service indexing awesome lists of open source software.

https://github.com/0xpd33/weather_scraper

Python web scraper which pulls weather data
https://github.com/0xpd33/weather_scraper

beautifulsoup4 bs4 python weather weather-forecast weatherforecast web webscraping

Last synced: over 1 year ago
JSON representation

Python web scraper which pulls weather data

Awesome Lists containing this project

README

          

# weather_scraper

Simple Python3 web scraper which pulls weather data from wetter.com
using the beautiful soup (bs4) library.

Probably not the best way to do it,
but whatever (I'm still learning).

Currently only supports the city Darmstadt.

This thing will probably be rewritten with selenium webdriver
and pandas soon.