Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

pritam42069/AniManga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypi_version AniManga issues version codefactor

DROPPED

AniManga will not be getting anymore updates, and the repo will be marked as archived. You are free to fork this repo and make changes. The package is still usable but might soon be outdated.

AniManga

python

AniManga is a python module which scrapes the web to get information on Anime, Manga (and hentai).

Installation

python3 -m pip install AniManga

Manga

  • Get description, author, cover page and reviews of a Manga by name.

Example:

from AniManga import Manga

manga_description = Manga().get_manga_description("naruto")

print(manga_description)

Output:

'Once, the ninja village of Konohagakure was attacked by an evil nine-tailed fox spirit. This demon slaughtered many people until the leader of Konohagakure, the 4th Hokage, sacrificed his life to seal the fox inside a newborn child - Naruto Uzumaki. Now, twelve years later, Naruto is a member of the Ninja Academy; but due to his past Naruto is shunned by the rest of the village, and since he has no friends or family he plays the part of class idiot to get attention. However, he is determined to gain respect by becoming the next Hokage - the most powerful shinobi in the village. With his apparent lack of abilities, will Naruto be able to realize his goal through determination alone?'

Detailed docs available here.

Acknowledgements

Sites scraped:

Author(s):


@centipede000

Development branch recieves updates almost daily.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages