@ -5,7 +5,9 @@ A simple script that sends [OpenWeatherMap](https://openweathermap.org/) forecas
To run the script you need to fill in `config.sample.json` and to rename it to `config.json`.
See `Pipfile` for the script's requirements.
You will need a [API key from OWM](https://home.openweathermap.org/api_keys), and [one from FreeMobile](https://www.freenews.fr/freenews-edition-nationale-299/free-mobile-170/nouvelle-option-notifications-par-sms-chez-free-mobile-14817).
See `Pipfile` for the script's requirements (you probably only need to install `pyowm`).
Sample output:
```
@ -23,7 +25,9 @@ Un simple script pour envoyer les prévisions météo [OpenWeatherMap](https://o
Pour lancer le script, vous avez besoin d'ajuster les éléments du fichier `config.sample.json` et le renommer en `config.json`.
Vous devrez installer les librairies décrites dans `Pipfile`.
Vous aurez besoin d'une [clef API OpenWeatherMap](https://home.openweathermap.org/api_keys), et une [clef API SMS FreeMobile](https://www.freenews.fr/freenews-edition-nationale-299/free-mobile-170/nouvelle-option-notifications-par-sms-chez-free-mobile-14817).
Vous devrez installer les librairies décrites dans `Pipfile` (a priori uniquement `pyowm`).