Skip to content

pymojeek - Python library for the Mojeek API

License

Notifications You must be signed in to change notification settings

openculinary/pymojeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

pymojeek - Python library for the Mojeek API

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages