Notify if a selected plane has taken off or landed using ADS-B data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, Mastodon, and Telegram
Go to file
Jxck-S 5516f6116e Backing up old changesfrom PC- 3 2020-06-27 18:14:33 -04:00
OpenSky Bot.py Backing up old changesfrom PC- 3 2020-06-27 18:14:33 -04:00
README.md Update README.md 2020-06-24 12:50:56 -04:00

README.md

plane-notify

Still WIP Should not use yet. Notify If a Selected Plane has taken off or landed using Python with OpenSky API, outputs location of takeoff location of landing and takeoff by revese lookup of cordinates.

Required PIP packages

Install OpenSky API

apt install git 
git clone https://github.com/openskynetwork/opensky-api.git
pip install -e ~/opensky-api/python

Install Colorama and geopy

pip install colorama
pip install geopy

Install Pushbullet and Tweepy optional output methods already implemented in code

pip install tweepy
pip install pushbullet.py