Python lib/script to export Foreflight logbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.