An unofficial python wrapper/library to interact with trace.moe. I have no relationship with the API owner.
python setup.py build
Installing pip requires python version >=3.9
pip install python-whatanime
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")