kemono to pawchive.st favorite creator router#
a web tool designed to parse exported favorites from kemono and automatically sync matching creators and posts directly into your pawchive.st account list using internal api routes.
direct usage (hosted)#
you can use the hosted tool immediately by visiting: https://tilde.club/~ufal/ketopat-sync/index.html
steps to run:#
- log into your kemono account, navigate to your favorite artists menu, and export your favorites to save the data as a
.jsonfile. - log into pawchive.st, open your browser developer tools (f12), and look under the network tab header configuration to locate and copy your active session
cookievalue string. - load the
.jsonfile into the hosted interface web form. - paste your copied pawchive cookie string inside the dedicated input form box.
- click the start button to begin execution. the engine filters for fanbox and patreon data and syncs them directly into your database account one item at a time.
self-hosting installation#
follow these instructions if you prefer running this script on your own machine or local pubnix directory environment.
prerequisites:#
- a local server environment or shared hosting server equipped with php 7.4 or newer.
- the standard
php-curlextension module activated on the server.
execution setup:#
- download and place the core development script files (
index.html,style.css,script.js, andsync.php) directly into your server web folder (e.g.,public_html). - serve the folder index through your local web server gateway address or navigate to your custom pubnix directory url.
- upload your exported data, supply your active authorization cookie token string, and manage your lists securely using your own hardware interface.