Danbooru

pawoo.net (and things regarding it)

Posted under General

Just a quick PSA regarding Pawoo... when adding an artist from there, it's also possible to add their private profile address as well (which would be a lot of help).

To do this, you need to get their account ID, which can be found on their public profile address from the page source. In Chrome, Right-click the page and select "View page source". Do a search for the text string "salmon". The following should be what you're looking for.

<link href='https://pawoo.net/api/salmon/1234' rel='salmon'>

That 1234 in the above link would be the the account ID for that particular account. To construct the private profile address, just use the following format.

https://pawoo.net/web/accounts/USERID

For the previous example, the URL would be https://pawoo.net/web/accounts/1234.

1 2 3 4 5