kemono to pawchive.st favorite sync tool
a tool to sync your favorite creators and posts from your kemono account to your pawchive.st account. pawchive.st doesn't seems to support favorite import directly, so i had to do this.
for the repository, check them out here at tangled.org.
for the api documentation, please refer to pawchive.st's schema.
how to:
prepare the goods
- go to favorites from the menu after you logged in
- go to export favorites
- click export favorites, and it will give you some data in json format
- copy the thing, paste it to your text editor you like, and save it in .json format wherever you like
prepare your account
- make sure you have an account at pawchive.st
- go login to your account first
- get the cookies by following steps below for each browsers
- copy it somewhere first
- but don't share your cookies to someone else
google chrome
- press f12 and switch to the network tab.
- refresh the page or press f5.
- click the first network request (usually named pawchive.st).
- under the headers tab, scroll down to request headers.
- find
Cookie - copy the entire text starting from
session=part. - the string looks like
session=abc123...
mozilla firefox
- press ctrl + shift + e to open the network tab directly.
- refresh the page or press f5.
- click the top row in the list (the main document request).
- in the right-side panel, look under request headers.
- find
Cookie - copy the entire text starting from
session=until before the first;. - the string looks like
session=abc123...
syncing time
- upload the json file on the box
- input your cookies on the textbox
- tap the start button and wait
- your favorites will be ready after a while, depends on how much entries you have