No description
Find a file
2023-03-01 13:29:58 -07:00
.gitignore Ignore credential files used in testing 2023-02-07 11:16:42 -07:00
downloadthread.py Show post count, to help find errors 2023-03-01 13:29:58 -07:00
LICENSE-mastoapi Properly log in to Mastodon 2023-02-08 11:59:29 -07:00
LICENSE.md License under Blue Oak Model License 2023-02-07 10:31:34 -07:00
mastoapi.py Properly log in to Mastodon 2023-02-08 11:59:29 -07:00
README.md Properly log in to Mastodon 2023-02-08 11:59:29 -07:00

mastodon-threadsaver

A small script to archive Mastodon post threads in individual Markdown files. This is easer to save, track, reread, and quote from than using the Mastodon interface.

Given a URL of any post in a thread, download the entire thread and save it to a Markdown file.

Credits

The original code for mastoapi.py came from mastodon-unthreader and is licensed under the MIT License (included here as LICENSE-mastoapi).