plane-notify/README.md

912 B

plane-notify

Developed so I could auto tweet Elon Musk's jet activity. Still WIP Should not use yet. Nearing final first version. 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

Install Screen to run in background

apt install screen