当前位置: 首页 > 软件库 > 应用工具 > 下载工具 >

downfav

Download Favourites
授权协议 AGPL-3.0 License
开发语言 Java
所属分类 应用工具、 下载工具
软件类型 开源软件
地区 不详
投 递 者 禄光霁
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

DOWNload FAVourites

downfav is a simple application to download your Mastodon favourites, eitherin Org or Markdown formats.

Running

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

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

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.)

License

GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.

相关阅读

相关文章

相关问答

相关文档