# Weatherlogger ## Installation Execute: ```bash python3 -m pip install . ``` ## Execute ### Import / sync data ```bash weatherlogger --station 05871 ``` Optional, the database file name can be specified with parameter `--db` ## Alternatives Use a real Web-API: [via eobs.org](https://wetterdienst.eobs.org/api/values?provider=dwd&network=observation¶meter=tt_tu&resolution=hourly&station=05871&date=2024-10-01/2024-10-05) ([Mainpage](https://wetterdienst.eobs.org/))