is there an easy way for me to save all the images and videos from @CALandscapeBot that i've faved, before botsin shuts down?
-
is there an easy way for me to save all the images and videos from @CALandscapeBot that i've faved, before botsin shuts down?
-
@ranjit I was just looking at https://s427.github.io/MARL/, but don't really see a way to browse likes.
@s427 am I missing something, or would you consider this a feature request?
-
@stefan @ranjit it's already there, at the bottom of the "profile" panel. Unfortunately, if you unpack your archive file, you'll see that all that is stored in the way of likes or bookmarks is a list of links (pointing to the posts). So there's not much I can display. (More info in the readme on the project page, under "limitations": https://github.com/s427/MARL )
-
Stefan Bohacekreplied to s427 last edited by [email protected]
@s427 Ah, sorry, I missed that, my profile description is just too long!
And yeah, the limitation makes sense.
@ranjit I was looking at the likes.json file from the Mastodon export, and it looks like you could just loop through your likes from a specific account, turning post URLs from
California Landscapes (@[email protected])
Attached: 1 image Homewood Ski Area 2, Placer County, CA 🗺39.0828, -120.1745 🧭176° ⛰7297 ft https://ops.alertcalifornia.org/cam-console/2030
botsin.space (botsin.space)
to
https://botsin.space/api/v1/statuses/113533177898983765
and then looking for the media_attachments field.
-
-
-
@ranjit No problem!
If you're okay with using node.js, I just quickly threw this together.
GitHub - stefanbohacek/download-media-files-from-likes-and-bookmarks: A script for downloading attachments from your favorited and bookmarked posts on Mastodon.
A script for downloading attachments from your favorited and bookmarked posts on Mastodon. - stefanbohacek/download-media-files-from-likes-and-bookmarks
GitHub (github.com)