Comprehensive documentation for TrustCafé API wrapper - Forked with enhanced documentation
Find a file
2026-03-30 23:58:20 +01:00
jobs get branch 2026-03-30 21:48:48 +01:00
.gitignore REmove the egg 2026-03-30 23:58:20 +01:00
.python-version WIP 2026-03-30 19:44:12 +01:00
__init__.py import the client and hopefully be importable 2026-03-30 23:12:57 +01:00
apiclient.py change name to remove dashes and hopefully be importable 2026-03-30 23:05:49 +01:00
pyproject.toml Bumpt version 2026-03-30 23:16:53 +01:00
README.md change name to remove dashes and hopefully be importable 2026-03-30 23:05:49 +01:00
setup.py Trying with setup 2026-03-30 23:37:01 +01:00
testing.py get branch 2026-03-30 21:48:48 +01:00
uv.lock change name to remove dashes and hopefully be importable 2026-03-30 23:05:49 +01:00
venv.bat WIP 2026-03-30 19:44:12 +01:00

Trustcafe API Wrapper

Intended use (not working yet but testing.py does)

''' import trustcafeapi import os, simplejson as json

API = trustcafeapi.APIClient( client_id=os.getenv("client_id"), client_secret=os.getenv("client_secret"), debug=True )

'''