/pymojeek

pymojeek - Python library for the Mojeek API

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

pymojeek

An unofficial client for the Mojeek API.

Usage

from pymojeek import Search

client = Search(api_key=...)
results = client.search("pymojeek")

print(f"Found {len(results)} for query '{results.query}'")