downfav
is a simple application to download your Mastodon favourites, eitherin Org or Markdown formats.
At first, running downfav
should display nothing. The reason is that thereare no accounts or storage options for those accounts.
To create an account you need to run downfav <accountalias> create
. This willstart the registration process for that account.
Next, you need to define where you want your favourites to be saved. To dothis, use downfav <accountalias> storage add <storagetype>
. Currently, thereare two storage types: markdown
and org
.
The Markdown storage uses a directory structure based on the account name andtoot id. This means that, if you favourited a toot by "someuser@server"identified by "123123", a tree like <base storage directory>/someuser@server/123123
will be created and the content will besaved there.
(This storage is usually recommended if you normally favourite content withlots of attachments, as each toot attachment -- image/video -- will be storedalongside the toot text.)
The Org storage is similar to the Markdown storage, but instead of creating anew file for each toot, every favourite will be added to a <base storage directory>/<date>.org
file; any attachments will be stored (and properlylinked) in <base storage directory>/date/
directory.
(This storage is usually recommended if you normally favourite content withlots of text and not much of attachments.)
GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.