/washyourcar

Python script to notify when weather is fine for washin car. Based on openweather.com

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

WashYourCar

💧🚗💧

Python script to notify you via phone (Pushover) when weather is fine for washing car. Based on openweather.com

config.py

config.py file should contains API Token and user for Pushover and appID for your app in openweather

PUSH_API_TOKEN = "t0k3n"
PUSH_API_USER = "us3r" 
OPENWEATHER_APP_ID = "app1d"
LOGS_DIRECTORY = '/path/to/your/weather/logs/'