This guide covers how to get your Pixiv account's cookie to authenticate.
Note:
You should create an entirely new account for this to avoid account theft. And also, PixivFE will get contents from your account. You might not want people to know what kind of illustrations you like :P. For now, the only page that may contain contents that is relevant to you is the discovery page. Be careful if you are using your main account.
F12
to open up the developer tools. Then, go to the Storage
tab.Cookies
section. Then select www.pixiv.net
, this is the place where you will get your cookie.
The page now should look like the screenshot below. Select the cookie with the key PHPSESSID
, the value next to it is your account's token.docker/pixivfe_token.txt
instead.Log in to your Pixiv account of choice. You should be greeted with the landing page with logging in. If you are already logged in, go to the landing page.
Hit F12
to open up the developer tools. Then, go to the Applications
tab.
At the left side, you can see the Storage
section. Inside of that section, there is an another section called Cookies
, open up the Cookies
section, then select www.pixiv.net
. This is the place where you will get your cookie.
The page now should look like the screenshot below. Select the cookie with the key PHPSESSID
, the value next to it is your account's token.
docker/pixivfe_token.txt
instead.123456_AaBbccDDeeFFggHHIiJjkkllmMnnooPP
. The part before the underline is your member ID, the part after the underline is just a random string.