cdeex / washyourcar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/'

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%