-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeviantArt comments? #1800
Comments
Seconded, looks like it would be easy to implement, too. Implementing /comments/profile/{username} would be a great option too for when you download a user's entire profile, though I'm not sure how updating it would work (like if you download the comments once, then someone deletes their comment, but you want to keep that comment in the JSON while also updating with any new comments) |
I've added a {
"body": "Merci.",
"commentid": "9B9F56CE-57B1-F657-C180-576FFFA4CA34",
"hidden": null,
"is_featured": false,
"is_liked": false,
"likes": 0,
"parentid": "30A70783-969C-07C4-58C6-CC66145B2759",
"posted": "2011-10-06T16:44:07-0700",
"replies": 0,
"user": {
"type": "regular",
"usericon": "https://a.deviantart.net/avatars/r/u/rufina-tomoyo.gif?3",
"userid": "FD37693A-E2D0-C3D9-6322-CBA64D2F1A05",
"username": "Rufina-Tomoyo"
}
}, Should I remove/simplify some of that, or is it OK like this? As for updating comments: Any extra metadata files currently just overwrite the previous one. There is no |
Thank you so much :) |
I've left this open in case something wasn't right, should be changed, etc, but yeah, this should be closed if everything works as expected. |
Could you add an option to download comments into the json?

https://www.deviantart.com/developers/http/v1/20210526
The text was updated successfully, but these errors were encountered: