Open MVPAIR opened 1 year ago
And i found it skips posts without attachment, but some posts without attachment may have text content including links, so maybe you can write the content then skip the post to fix it
Now this is using api like https://xxxx.party/api/<service>/user/<id>
to get the content of the post, however it doesn't include the comments. Of course, you can get them by crawling the html, but this is completely different from the current implementation.
I've also been trying to find out if there is an api for comments, but I haven't found it (or maybe it doesn't exist).
Now this is using api like
https://xxxx.party/api/<service>/user/<id>
to get the content of the post, however it doesn't include the comments. Of course, you can get them by crawling the html, but this is completely different from the current implementation. I've also been trying to find out if there is an api for comments, but I haven't found it (or maybe it doesn't exist).
aghm, https://kemono.su/documentation/api, it's /{service}/user/{creator_id}/post/{post_id}/comments can you work with it
I noticed there is no arg related to comments, can you add it, because some artists like to post some important passwords or other info in the comments