Script to archive all media of mastodon user
- Python 100%
| .gitignore | Ignore subdirectories | |
| COPYING | Add license. Stuff was always AGPL-v3-or-later licensed, but forgot to add it first thing | |
| mast-getter | Change ordering, don't sleep on no images | |
| README.md | Add destination option, make a config file for destination and proxy settings | |
| requrements.txt | Add destination option, make a config file for destination and proxy settings | |
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"