kensanata / mastodon-archive

Archive your statuses, favorites and media using the Mastodon API (i.e. login required)
https://alexschroeder.ch/software/Mastodon_Archive
GNU General Public License v3.0
358 stars 33 forks source link

Re-use tokens #71

Closed guysoft closed 1 year ago

guysoft commented 3 years ago

Hey, I want to write a script that turns a Mastodon profile to a blog/recipe page. Is there a way to get a token once, and then reuse it? If not, can you point me where it is done in the code, so I can modify it?

Thanks,

lapineige commented 3 years ago

@guysoft I am very interested, is that project online somewhere ?

guysoft commented 3 years ago

@lapineige not yet, I started looking at Mastodon.py and found very little documentation on how to download all toots/statuses. Then I found mastodon-backup and saw I could generate a json with all the toots.

If I get it to work I will release the source, its for my https://kitch.win/@guysoft . I found people won't read it outside fediverse because of the CWs.

lapineige commented 3 years ago

Ok, feel free to ping me when you have something to test :)

kensanata commented 1 year ago

Rereading this more than a year later, I guess there's nothing for mastodon-archive to do, here.