[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Otakatsu/GogoMangaApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages