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}'")