Starting to Make Readme
This commit is contained in:
parent
b9d2254162
commit
9a6321489d
|
@ -0,0 +1,24 @@
|
||||||
|
# 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
|
||||||
|
```bash
|
||||||
|
apt install git
|
||||||
|
git clone https://github.com/openskynetwork/opensky-api.git
|
||||||
|
pip install -e ~/opensky-api/python
|
||||||
|
```
|
||||||
|
##Install Colorama and geopy
|
||||||
|
```bash
|
||||||
|
pip install colorama
|
||||||
|
pip install geopy
|
||||||
|
```
|
||||||
|
##Install Pushbullet and Tweepy optional output methods already implemented in code
|
||||||
|
```bash
|
||||||
|
pip install tweepy
|
||||||
|
pip install pip pushbullet.py
|
||||||
|
```
|
Loading…
Reference in New Issue