Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 608 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 608 Bytes

notiblitz

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.

Installation

Use python 3.5 and later.

  1. Create a virtualenv and source it:
python -m venv .venv
  1. Install dependencies:
pip install -r requirements
  1. Copy the config.example.py as config.py and fill in the environment variables.

  2. Run the app:

python app.py -v

Use -v option to see DEBUG logs.