Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 877 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 877 Bytes

python-whatanime

Documentation Status

An unofficial python wrapper/library to interact with trace.moe. I have no relationship with the API owner.

Installation

Install with setup.py:

python setup.py build

Install from pip:

Installing pip requires python version >=3.9

pip install python-whatanime

Example

from WhatAnime import Client

client = Client(token=" ")
me = client.get_me()
url_search = client.search_url(url="sample.com/image.jpg", anilist=False)
result = client.search_file("image.jpeg")

Documentaion

  • Documentation for this library can be found here.
  • Documentation for the API can be found here