extratone / i

All of my iOS/iPhone-related documentation, files, media, etc.
The Unlicense
47 stars 0 forks source link

Mastodon CSV Exports Shortcut #307

Open extratone opened 1 year ago

extratone commented 1 year ago

Updated 04272023-133907


Social

here's a very basic shortcut that opens URLs to export all 6 of the standard exportable CSV files from Tootsuite.

(being)

  1. https://{instance}/settings/exports/follows.csv
  2. https://{instance}/settings/exports/lists.csv
  3. https://{instance}/settings/exports/blocks.csv
  4. https://{instance}/settings/exports/mutes.csv
  5. https://{instance}/settings/exports/domain_blocks.csv
  6. https://{instance}/settings/exports/bookmarks.csv

Shortcuts https://routinehub.co/shortcut/15023

- [Mastodon](https://mastodon.social/@DavidBlue/110272277888796645) - Telegram --- ## Handily open all 6 standard exportable CSVs from Tootsuite. 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: 1. `https://{instance}/settings/exports/follows.csv` 2. `https://{instance}/settings/exports/lists.csv` 3. `https://{instance}/settings/exports/blocks.csv` 4. `https://{instance}/settings/exports/mutes.csv` 5. `https://{instance}/settings/exports/domain_blocks.csv` 6. `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.)
extratone commented 1 year ago

Video Demo

https://user-images.githubusercontent.com/43663476/234962285-4474be2f-0a72-4cf5-a199-ce752b8a7991.MOV