This is a CLI application to dump your FA gallery while the site is still alive. It uses fa.js to talk to FA. It's all local, nothing leaves your machine (except to FA, obv)
Grab the latest release for your platform from Releases.
You may experience issues on Windows and Mac due to code-signing (or a lack thereof).
- Create a file called
settings.json
based onsettings.sample.json
. Grab your FA cookies out of your FA browser session and put it in thecookies
key. They should look like this:a=asdf; b=asdf; s=1
- Run
./fa-export-cli.exe archive user <YOUR USERNAME>
to archive your user account. (or platform equivilent)
Requires node 18 or higher.
- Install node
- Check out this repo
- Run
npm install
- Run
npm run build
- Use
npm start
to go