An unofficial client for the Mojeek API.
from pymojeek import Search
client = Search(api_key=...)
results = client.search("pymojeek")
print(f"Found {len(results)} for query '{results.query}'")
An unofficial client for the Mojeek API.
from pymojeek import Search
client = Search(api_key=...)
results = client.search("pymojeek")
print(f"Found {len(results)} for query '{results.query}'")