Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 398 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 398 Bytes

Flatexporter

Simple shell script for exporting flatex depot contents as CSV. Flatex doesn't provide a proper public API at this time, so this uses the same authentication flow as their web interface.

Usage: ./flatexporter.sh username password

Requires curl and jq or gpg. If jq is not found in the path, it will be downloaded to /tmp. In that case, gpg is required for signature verification.