NewManga is a Python library for retrieving manga information from the Newmanga website. Note that this is not an official library.
- π Search for manga in the catalogue.
- π Retrieve detailed information about manga.
- π Access short summaries of manga chapters.
- π¬ View comments associated with manga.
- π Discover similar manga projects.
- π Retrieve popular manga and manga currently being read.
- π Get updated manga.
- π·οΈ Receive manga tags.
- π¦ All responses are provided as dataclasses.
To install the library, run the following command:
pip install newmangaHere are examples demonstrating how to use various features of the library. Click on each link to view the corresponding example file:
- Search for manga in the catalogue: search.py
- Retrieve detailed information about manga: manga.py
- Access short summaries of manga chapters: chapters.py
- View comments associated with manga: comments.py
- Discover similar manga projects: similar_projects.py
- Get the first manga from the catalogue: first_manga.py