Skip to main content

Python client for MangaPlus to access manga content and interact with the API.

Project description

MangaPlus

License PyPI version
Python Version

A Python client for MangaPlus by Shueisha, allowing developers to access manga content and interact with the official API programmatically.

Features

  • Access all MangaPlus titles: serializing, completed, one-shots.
  • Fetch manga chapters and downloadable images in multiple qualities.
  • Manage favorites, comments, and subscriptions.
  • Track reading history and title rankings.
  • Log user interactions, including banner taps, popup taps, and downloads.
  • Supports multiple languages and viewer modes (vertical/horizontal).
  • Provides device registration and secure subscription handling.

Installation

You can install via pip:

pip install mangaplus

Or install the latest version from GitHub:

pip install git+https://github.com/hyugogirubato/mangaplus.git

Usage

from mangaplus import MangaPlus
from mangaplus.constants import Language, Viewer, Quality, Ranking, TitleType, PageType

if __name__ == "__main__":
    # Initialize the client
    client = MangaPlus(lang=Language.ENGLISH, viewer=Viewer.VERTICAL)

    # Register a new device
    device_id = "your_device_id_here"
    client.register(device_id=device_id)

    # Fetch updates titles
    updates_content = client.getUpdates()

    # Fetch all serializing titles
    titles = client.getAllTitlesV3(title_type=TitleType.SERIALIZING)

    # Get chapter images
    chapter_data = client.getMangaData(chapter_id=1014090, quality=Quality.SUPER_HIGH)

    # Add a title to favorites
    client.addFavorited(title_id=100191)

    # Post a comment
    client.postComment(chapter_id=1014090, body="Great chapter!")

API Methods

Some of the key methods provided by this client:

Method Description
getAllTitlesV3() Get titles by type (serializing, completed, one-shots)
getMangaData() Retrieve chapter images with optional quality and split options
getTitleDetail() Get detailed title information
getFavoriteTitles() List all favorite titles
addFavorited() / deleteFavorite() Add or remove titles from favorites
postComment() / banComment() / likeComment() Manage comments and likes
register() Register a device and obtain a secret key
setSubscription() / setSubscriptionRestore() Manage subscription data
getRankingV2() Get ranking lists (hottest, trending, completed)
getHistory() Retrieve user reading history
logBannerTap() / logPopupTap() Log interactions with banners and popups

And many more methods for publisher news, downloadable images, language preferences, and event logging.

Disclaimer

MangaPlus Python Client is an unofficial library and is not affiliated with or endorsed by Shueisha. The library is provided "as-is" without any warranty, and usage is at your own risk. Please comply with the MangaPlus service terms and conditions while using this library.

Contributors

hyugogirubato gregoryn22

Licensing

This project is licensed under the terms of GNU License. You can find a copy of the license in the LICENSE file in the root folder.


© hyugogirubato 2025

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

mangaplus-1.23.1.tar.gz (60.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mangaplus-1.23.1-py3-none-any.whl (61.5 kB view details)

Uploaded Python 3

File details

Details for the file mangaplus-1.23.1.tar.gz.

File metadata

  • Download URL: mangaplus-1.23.1.tar.gz
  • Upload date:
  • Size: 60.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.11 Windows/10

File hashes

Hashes for mangaplus-1.23.1.tar.gz
Algorithm Hash digest
SHA256 e5e03035cd7e96f01560de3cae7f23492800385a75edf5f0e56c9bf16b8cb750
MD5 2222302c6c6b33b459cb6bfa8dea33cb
BLAKE2b-256 a9fb315db0cc72f9249260263c869aacfdf31c3c6c6d923d005ce133b76887bc

See more details on using hashes here.

File details

Details for the file mangaplus-1.23.1-py3-none-any.whl.

File metadata

  • Download URL: mangaplus-1.23.1-py3-none-any.whl
  • Upload date:
  • Size: 61.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.11 Windows/10

File hashes

Hashes for mangaplus-1.23.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4c7b1c60d7a81831a485f1f3e5756a86c92229ec45b1559541baca3e48013a4f
MD5 b565cfd2b86419f4b617778e61192ce4
BLAKE2b-256 e04ca292610d5ae7b58a0e2ca3e684e45679c28df875f3fc0eef4d5b17a5da4d

See more details on using hashes here.

Supported by

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