A display for airport departures
Find a file
2024-03-20 14:04:01 +01:00
.github delete bad workflows 2024-03-19 00:28:23 +01:00
static first try at flask 2024-03-20 01:56:43 +01:00
templates deleting scheduled and None/0 from the page 2024-03-20 03:17:38 +01:00
.gitignore Add config.py to gitignore 2024-03-18 22:33:26 +01:00
app.py converts from UTC-TIME to Local Airport time (based on airport info from API) 2024-03-20 02:59:05 +01:00
config.example.py flake complaining 2024-03-19 00:29:26 +01:00
datapull.py fixing datapull 2024-03-20 14:01:23 +01:00
LICENSE Initial commit 2024-03-18 19:42:44 +01:00
README.md README and files 2024-03-20 02:05:18 +01:00
requirements.in converts from UTC-TIME to Local Airport time (based on airport info from API) 2024-03-20 02:59:05 +01:00
requirements.txt converts from UTC-TIME to Local Airport time (based on airport info from API) 2024-03-20 02:59:05 +01:00

flight-screen-info

Will end up being a little flask site that provides the departure schedule of whatever airport you choose (like they do in real airports)

API :

This program uses the API of Flightaware. Said API requires an API key. More info here

Config.py :

The example file needs to be copied as config.py. There, you can configure the API key and airport that interests you.

datapull.py :

This file will pull the data from flightaware's server and print it on the terminal

Flask :

To start flask, flask run You can then go on https://127.0.0.1:5000