No description
.gitignore | ||
downloadthread.py | ||
LICENSE-mastoapi | ||
LICENSE.md | ||
mastoapi.py | ||
README.md |
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).