Initial commit

This commit is contained in:
juluo
2025-10-08 14:48:45 +08:00
committed by GitHub
commit 8b93d6f42f
108 changed files with 27618 additions and 0 deletions

11
DEV_NOTES/followUser.http Normal file
View File

@@ -0,0 +1,11 @@
POST https://www.pixiv.net/bookmark_add.php
content-type: application/x-www-form-urlencoded
{
"mode": "add",
"type": "user",
"user_id": "15552366",
"tag": "",
"restrict": "0",
"format": "json"
}

View File

@@ -0,0 +1,43 @@
GET https://www.pixiv.net/ajax/notification
[HTTP/1.1 200 OK]
application/json
{
"error": false,
"message": "",
"body": {
"items": [
{
"id": 698556583,
"type": "bookmarked",
"unread": true,
"notifiedAt": "2021-07-17T12:22:25+09:00",
"linkUrl": "/bookmark_detail.php?illust_id=86468782",
"iconUrl": "https://i.pximg.net/c/128x128/img-master/img/2020/12/23/05/25/48/86468782_p0_square1200.jpg",
"targetBlank": false,
"isProfileIcon": false,
"content": "2以上的用户把你的作品加入收藏了: <span>\"[草图] 原创角色 Kunika\"</span>"
}
],
"remaining_unread_count": 0,
"imageResponseCount": 0,
"quotationCount": 0,
"isNotAuthorized": false,
"filter": {
"reactions": [
"bookmarked",
"nice",
"commented",
"tagged",
"content_response",
"favorited",
"group_content_reference",
"group_like",
"group_comment",
"received_stacc_message",
"series_watchlist_watched"
]
}
}
}

File diff suppressed because it is too large Load Diff