Python lib/script to export Foreflight logbook
foreflight-logbook-export#
Python library / script to export ForeFlight logbook
Usage#
To run it as a command line tool:
$ pip install git+https://tangled.sh/@itsze.ro/foreflight-logbook-export@main
$ fflogex -u [username]
The program will ask you for your Foreflight password and the logbook will be saved to logbook.csv.
Library#
You can also alternatively use it as a library. See cli.py for how to use it.