2
1
Fork
You've already forked mast-getter
0
Script to archive all media of mastodon user
  • Python 100%
Find a file
2026年06月17日 09:16:06 +03:00
.gitignore Ignore subdirectories 2026年05月28日 18:45:12 +03:00
COPYING Add license. Stuff was always AGPL-v3-or-later licensed, but forgot to add it first thing 2026年06月02日 18:57:34 +03:00
mast-getter Change ordering, don't sleep on no images 2026年06月17日 09:16:06 +03:00
README.md Add destination option, make a config file for destination and proxy settings 2026年06月02日 16:07:52 +03:00
requrements.txt Add destination option, make a config file for destination and proxy settings 2026年06月02日 16:07:52 +03:00

Given server and your user, download media of some other user into directory; be able to update.

Script stores latest file into target download directory, it contains latest seen status to limit updates

env.toml configuration file

[config]
#optional
proxy = "socks5://127.0.0.1:12345"
#optional
destination = "~/Downloads/mastodon"
[server]
server = "https://example.org"
owner = "@user@example.org"