v1.0.0
Thunderbolt detector based on Blitzortung data.
Receive a Pushover notification if a lightning strikes in your area.
If a Mapbox access token is set, the city name will be displayed in the notification message.
Use python 3.5 and later.
- Create a virtualenv and source it:
python -m venv .venv
- Install dependencies:
pip install -r requirements
-
Copy the
config.example.py
asconfig.py
and fill in the environment variables. -
Run the app:
python app.py -v
Use -v
option to see DEBUG
logs.