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

  1. go to favorites from the menu after you logged in
  2. go to export favorites
  3. click export favorites, and it will give you some data in json format
  4. copy the thing, paste it to your text editor you like, and save it in .json format wherever you like

prepare your account

  1. make sure you have an account at pawchive.st
  2. go login to your account first
  3. get the cookies by following steps below for each browsers
  4. copy it somewhere first
  5. but don't share your cookies to someone else

google chrome

  1. press f12 and switch to the network tab.
  2. refresh the page or press f5.
  3. click the first network request (usually named pawchive.st).
  4. under the headers tab, scroll down to request headers.
  5. find Cookie
  6. copy the entire text starting from session= part.
  7. the string looks like session=abc123...

mozilla firefox

  1. press ctrl + shift + e to open the network tab directly.
  2. refresh the page or press f5.
  3. click the top row in the list (the main document request).
  4. in the right-side panel, look under request headers.
  5. find Cookie
  6. copy the entire text starting from session= until before the first ;.
  7. the string looks like session=abc123...

syncing time

  1. upload the json file on the box
  2. input your cookies on the textbox
  3. tap the start button and wait
  4. your favorites will be ready after a while, depends on how much entries you have