onlyfanskit-cli ships the onlyfans command for connecting accounts,
sending DMs, health checks, and scripting against the hosted platform.
Credentials
Use your platform API key — not browser cookies:
Connect flows (
onlyfans connect …) call the hosted
connect API (email login, mobile, etc.) and register
account ids locally for --account.
Conventions
- Output goes to stdout; diagnostics to stderr.
- Pass
--jsonfor machine-parseable output. - Exit codes:
0success,1usage error,2API failure.