Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

openculinary/pymojeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages