Closed catjacks38 closed 2 years ago
Nice request @catjacks38. I will put this on my backlog. When its released i'll notify you using this issue
Ok, thank you!
Feature implemented at version 1.0.2
pip3 install NHentai-API==1.0.2
usage:
from NHentai import NHentai
client = NHentai()
comment_page = client.get_comments(doujin_id=1)
comments = comment_page.comments
total_comments = comment_page.total_comments
This might not be the most useful API feature to implement, but it would add another way for the API to interact with Nhentai.