Readme edit

This commit is contained in:
2026-07-09 10:46:41 +00:00
parent e0c4d62f0b
commit 7345b746e0
+3 -1
View File
@@ -1,5 +1,7 @@
**1. Voraussetzungen installieren**
API Key auf openweathermap.org generieren
```
pip install requests mariadb python-dotenv
```
@@ -28,7 +30,7 @@ CREATE TABLE weather_data (
**3. Script und .env Datei ablegen und bearbeiten**
**4. Cronjob **
**4. Cronjob**
```
0 * * * * /usr/bin/python3 /pfad/zum/weather_script.py
```