Skip to main content

An unofficial module to extract character data from myanimelist

Project description

Anime Character Module

This is an unofficial module to extract an anime character data from myanimelist.

Currently, the module is very basic, but I will be adding a lot of stuff to easily extract data.

If you wish to see a feature, please raise an issue. We will surely work on it.

Installation and Usage

To install the library:

pip install animec

To import the library:

from animec import *

Example

Getting info about an anime character

from animec import *

url = charinfo("senku ishigami")
print(url)

Obtaining the character's image url

from animec import *

image_url = animechar("okabe rintarou")
print(image_url)
Author: DriftAsimov
GitHub: https://github.com/DriftAsimov
Language Used: Python

Note: I do not own myanimelist or any imported module or api. I have just used them to extract the data.

Change Log

=============

0.0.1 (04/03/2021)


  • The First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

animec-0.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

animec-0.0.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page