Home Artists Posts Import Register
Looking for experienced python developers with focus on (web)scraping. >CHAT NOW<

How to get your session key

Patreon, Fanbox, SubscribeStar, Gumroad, DLsite, Fantia, Boosty, Afdian

Kemono needs your session key in order to access posts from the artists you are subscribed to.

Below are the respective cookies for the supported paysites.

  • For Patreon, your session key is under session_id.
  • For Fanbox, your session key is under FANBOXSESSID.
  • For Gumroad, your session key is under _gumroad_app_session.
  • For SubscribeStar, your session key is under _personalization_id.
  • For DLsite, your session key is under __DLsite_SID.
  • For Fantia, your session key is under _session_id.
  • For Boosty, your session key is under auth.
  • For Afdian, your session key is under auth_token.

After going to the paysite you want to import and signing in, ( Patreon / Fanbox / Gumroad / SubscribeStar / DLsite English / DLsite Japan / Fantia / Boosty / Afdian ) you need to find where cookies are located in your browser.

Chrome

  • Click the padlock button in the address bar.
  • Padlock Button
  • Go to Cookies > [site] > Cookies
  • Click the cookie for your service and copy the key next to "Content"

Safari

  • Ensure "Show Develop Menu" is enabled in Preferences (⌘,)
  • Open Web Inspector (⌘⌥I)
  • Go to Storage > Cookies
  • Right-click the cookie for your service and click "Copy"

Firefox

  • Open DevTools by pressing F12 and open the Storage tab
  • Go to Cookies > [site]
  • Go to Storage > Cookies
  • Right-click the cookie for your service and click "Copy"

For other browsers, please consult browser documentation on how to access stored cookies.

Discord

Getting your token

  • Open Discord in browser of your choice
  • Open DevTools (F12, Safari see above)
  • Go to Console Tab
  • Paste and execute the following snippet: (webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()
  • A "slightly.long.string" will be returned at the bottom of the console. Copy the contents between "". This is your self token.

The above should work with most browsers and the official Discord App, although you open the DevTools via the following combination in the App Ctrl + Shift + I

Instructions on how to get the channel IDs can be found here.