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
- Host: GitHub
- URL: https://github.com/0xpd33/weather_scraper
- Owner: 0xPD33
- Created: 2020-02-14T01:43:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T22:11:40.000Z (over 6 years ago)
- Last Synced: 2023-12-08T02:24:53.094Z (over 2 years ago)
- Topics: beautifulsoup4, bs4, python, weather, weather-forecast, weatherforecast, web, webscraping
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.