Skip to main content

API wraper for nhentai.net

Project description

nhpy Downloads

nehntai api wrapper for python.
Read the Documentation

Planning

  • get book by id
  • get related books
  • search with query
  • get comments of a book

user related

  • login
  • user search
  • get user profile

Code Snippet

from nhpy import NhPy

nhpy = NhPy()

my_book = nhpy.get_book(394659)
rel_books = nhpy.get_related_books(my_book.id)
my_search = nhpy.search(["neko"])
book_comment = nhpy.comments(394659)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nhpy-0.1.3.tar.gz (18.5 kB view hashes)

Uploaded Source

Built Distribution

nhpy-0.1.3-py3-none-any.whl (20.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page