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}'")
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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}'")