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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file animec-0.0.1.tar.gz.
File metadata
- Download URL: animec-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67cae69e868b093c9c019c7942f6e3b3b756696ffffb6c3b4a779eb0ec4b475a
|
|
| MD5 |
5a056c8fcaaf40e5a2d04129cc0a462a
|
|
| BLAKE2b-256 |
70689e112b26c937a83bb10a8d4cb19ace68f030946020ef01b9c59ec81624cb
|
File details
Details for the file animec-0.0.1-py3-none-any.whl.
File metadata
- Download URL: animec-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc1b4a2d882276d5333b8f18f5070559a9a3c5d777842bbd8c43ace1e776ef81
|
|
| MD5 |
5fa7d10f163e12b2d7054f1049258425
|
|
| BLAKE2b-256 |
a35157425237d1fca0e4150b14acaf4322f9b57e876e5fa8d92f85bf4c5ef070
|