Updated 04272023-133907
here's a very basic shortcut that opens URLs to export all 6 of the standard exportable CSV files from Tootsuite.
(being)
https://{instance}/settings/exports/follows.csv
https://{instance}/settings/exports/lists.csv
https://{instance}/settings/exports/blocks.csv
https://{instance}/settings/exports/mutes.csv
https://{instance}/settings/exports/domain_blocks.csv
https://{instance}/settings/exports/bookmarks.csv
#Shortcuts https://routinehub.co/shortcut/15023
I created this shortcut as a quick means of querying all the available exportable .csv files from Tootsuite's standard /settings/export
view with a single run. Essentially, it's a multi-URL bookmark for Safari out of the box to the following URLs:
https://{instance}/settings/exports/follows.csv
https://{instance}/settings/exports/lists.csv
https://{instance}/settings/exports/blocks.csv
https://{instance}/settings/exports/mutes.csv
https://{instance}/settings/exports/domain_blocks.csv
https://{instance}/settings/exports/bookmarks.csv
For each open tab, you'll need to select View
or Download
. Obviously, the latter is ideal if you intend to download the files.
Expect to set the root of the Mastodon instance you intend to target at install (ex. mastodon.social.)