mastodon-archive
mastodon-archive copied to clipboard
Archive your statuses, favorites and media using the Mastodon API (i.e. login required)
After installing the repo as instructed, I ran the command to test it. `C:\Users\****>python3 mastodon-archive archive [email protected]` This returned the error: ``` C:\Users\****\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe: can't find '__main__' module in 'C:\\Users\\****\\mastodon-archive' ```...
Hello, Is it possible to add an option to expire only our boosted toots, instead of expiring all statuses ? Thanks
Polls are archived and contained in the json file but are not visible in html and text outputs
I downloaded my archive with my toots + mentions. Then I downloaded the media. The issue is that the media archive contains the media from the mentions. I would like...
I'm trying to expire my old toots from mastodon.technology with the following command: ``` mastodon-archive expire --older-than 4 [email protected] --confirmed ``` and when I follow the URL for authorization: ```...
I'd like to see who among the people I am following has fallen silent for a customizable time window, say eight weeks. In addition to that, I'd love to unfollow...
use PyInstaller or py2exe, just like [youtube-dl](http://rg3.github.io/youtube-dl/). so I can use it in cmd: ``` $ mastodon-archive.exe text [email protected] > statuses.txt $ mastodon-archive html [email protected] ``` References: 1. https://medium.com/dreamcatcher-its-blog/making-an-stand-alone-executable-from-a-python-script-using-pyinstaller-d1df9170e263 2....
Hello, (first of all, thanks a lot for this great tool ;) I tried to download an archive with `--with-mentions`, it finished correctly and displayed [some plausible number] mentions. But...
Privacy: can't publish only my toots without media from my favorites.
There are two closely related features I would be interested in: - A flag to archive all the ancestors of a toot I've created or interacted with - The same...