Mirror of https://github.com/Jxck-S/plane-notify This is the backend to ElonsJet and other bots
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.9 KiB

# Reference Links
## ADSB Exchange
- <https://www.adsbexchange.com/data/>
- <https://www.adsbexchange.com/datafields/>
## OpenSky
- <https://opensky-network.org/apidoc/>
- <https://github.com/openskynetwork/opensky-api>
## GeoPy - Location Name Lookup
- <https://geopy.readthedocs.io/en/stable/>
- <https://github.com/geopy/geopy>
## Colorama
- <https://github.com/tartley/colorama>
## Google Static Maps
- <https://www.geeksforgeeks.org/python-get-google-map-image-specified-location-using-google-static-maps-api/>
## Twitter Tutorial
- <https://realpython.com/twitter-bot-python-tweepy/>
## Pushbullet
- <https://github.com/rbrcsk/pushbullet.py>
## Discord Webhooks
- <https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks>
- <https://pypi.org/project/discord-webhook/>
## Selenium - ChromeDriver, Screenshot ADSBX
- <https://pypi.org/project/selenium/>
- <https://zwbetz.com/download-chromedriver-binary-and-add-to-your-path-for-automated-functional-testing/>
- <https://pythonspot.com/selenium-take-screenshot/>
- <https://sites.google.com/a/chromium.org/chromedriver/downloads>
- <https://tecadmin.net/setup-selenium-with-chromedriver-on-debian/>
- <https://blog.testproject.io/2018/02/20/chrome-headless-selenium-python-linux-servers/>
- <https://serverfault.com/questions/172076/how-to-find-the-browser-versions-from-command-line-in-linux-windows>
- <https://pypi.org/project/webdriver-manager/>
## Web Driver Manager
<https://pypi.org/project/webdriver-manager/>
## Tabulate
- <https://pypi.org/project/tabulate/>
## Nearest Airport
- <https://www.geeksforgeeks.org/python-calculate-distance-between-two-places-using-geopy/>
### OpenFlights / airports.dat
- <https://openflights.org/data.html>
### OurAirports / airports.csv / regions.csv
- <https://ourairports.com/data/>
### Telegram Bot
- <https://github.com/python-telegram-bot/python-telegram-bot>