Python library for the Mojeek API
Project description
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}'")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
pymojeek-0.2.0-py3-none-any.whl
(14.5 kB
view hashes)