Skip to content

Maid Manga Indonesia API Using Python Web Scraper

Notifications You must be signed in to change notification settings

CyberID-Ltd/maid_manga_id

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maid Manga ID API

Maid Manga Indonesia API Using Python Web Scraper. You can contact me on LINE.

Instalation

$ pip install maid_manga_id --upgrade

or

$ python setup.py install

Features

  • Search
  • Top Manga based-on genres
  • Get Manga Full Info
  • Get Chapter Image Page
  • and more.

Usage

Get Manga but Extended Version

from maid_manga.api import MaidMangaID

if __name__ == '__main__':
    manga = MaidMangaID()
    print(manga.get_manga_extended(title='kanojo mo kanojo'))

Get Manga Author

from maid_manga.api import MaidMangaID

if __name__ == '__main__':
    manga = MaidMangaID()
    print(manga.get_manga_author(title='kanojo mo kanojo'))

About

Maid Manga Indonesia API Using Python Web Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%