Metadata-Version: 2.1
Name: gogomanga
Version: 1.0.2
Summary: An Unofficial Python API Library to Download Manga  for FREE...
Home-page: https://github.com/moezilla/gogomangaapi.git
Author: metavoid
Author-email: metavoidteam@gmail.com
License: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

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

## Important

<p align="center"><a href="https://discord.gg/PtFxDnGPuK"> <img src="https://img.shields.io/badge/Discord%20Server-pink?style=for-the-badge" width="220" height="38.45"/></a></p>


## 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))```

### ©MetaVoid
