FCAU (Farcaster Archive Utility) is a CLI tool designed to archive messages on the Farcaster protocol.
Use npx
to quickly run it:
npx fcau@latest
Perform an initial archive of a user's messages.
npx fcau@latest init
Options:
-u, --username [username]
: Specify the username to query. If not provided, you will be prompted.
Update an existing archive of a user's messages.
npx fcau@latest update
No options required.
Display help for any command.
npx fcau@latest help [COMMAND]
Feel free to contribute or report issues via this project's GitHub repository.
MIT