Skip to main content

Simple library to get Anime title and ID from MyAnimeList

Project description

pymal_basic

Python Basic API wrapper for MyAnimeList

WORK ON PROGRESS

Installation

pip install pymal_basic

Usage

Basic Usage:

from pymal_basic import Anime

obj = Anime('YOUR CLIENT ID')

ress = obj.SearchAnime('naruto', 4)
final_ress = obj.GetAnime(ress)

# You can process more data by processing the results
for anime in final_ress:
    print(f"Title: {anime['title']}, ID: {anime['id']}")

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

pymal_basics-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pymal_basics-0.0.1-py3-none-any.whl (3.4 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