A simple Python script that sends OpenWeatherMap forecasts to a FreeMobile phone
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WeatherToFreemobile/config.sample.json

9 lines
214 B

{
"freemobile_user":"",
"freemobile_apikey":"",
"openweathermap_city":"Paris,FR",
"openweathermap_apikey":"",
"openweathermap_language":"fr",
"locale":"fr_FR.utf8",
"number_of_days":2
}