- Clone the repository.
git clone https://github.com/wetterfroschdus/Jodel-Wetterfrosch.git
- Install the requirement: jodel_api!
pip install jodel_api
jodel_api by nborrmann is not updated with new HMAC keys from new Jodel versions anymore, so it won't work. There's still a way to get the keys, just google around a bit. 😉
-
Get an API Key from Weather Underground
-
Use create_account.py to generate the necessary data:
python create_account.py
Just follow the instructions 😉
Use jodel_wetterfrosch.py to create a weather Jodel:
python jodel_wetterfrosch.py -a account_file.json
If you place the account_file in a different folder as the script, you need to specify the full path to it:
python jodel_wetterfrosch.py -a /foo/bar/account_file.json