Skip to content

Black-Bulls-Bots/WhatAnime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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