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
Jack Sweeney 9a6321489d Starting to Make Readme 2020-06-24 12:32:39 -04:00
OpenSky Bot.py Change Name and changes 2020-06-08 13:53:37 -04:00
README.md Starting to Make Readme 2020-06-24 12:32:39 -04:00

README.md

plane-notify

Python to Notify If a Selected Plane has taken off or landed

Required PIP packages OpenSky API https://github.com/openskynetwork/opensky-api geopy https://github.com/geopy/geopy colorama https://github.com/tartley/colorama

##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 pip pushbullet.py