Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 835 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 835 Bytes

GogoMangaApi

An Unofficial Python API Library to Download Manga for FREE...

Important

Installation

$ pip install gogomanga

Usage

1. Importing the Library

from gogomanga import get_search, get_detail, get_chapter

Example

Search Example print(get_search(query="naruto"))

Detail Example print(get_detail(mangaid="boruto", page=1))

Details Example print(get_chapter(mangaid="boruto", chapternum=1))

©Otakatsu