/weathercrawler

Framework to collect and process weather data from wttr.in.

Primary LanguagePython

Weathercrawler

Automatic extraction and processing framework for weather data from wttr.in

Installation

tested with:

  • Python 3.7.3
  • Python 3.9.4
git clone https://github.com/mrcgndr/weathercrawler.git .
cd weathercrawler
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt