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 newmanga
Here 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