Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Example
Details
| Python | |
|---|---|
| Package | onlyfans-sdk |
| Repository | onlyfans-sdk-python |
| Init | OFAuthClient() |
| Architecture | Functional modules + client |
| Types | Pydantic v2 models |
| Pagination | Generators (for ... in) |
| Dependencies | httpx |
Features
Pydantic Models
All responses are validated Pydantic v2 models with full type hints.
Generator Pagination
for ... in over any paginated list automatically.Proxy Support
Call any OnlyFans endpoint directly through the OFAuth proxy.
Media Upload
Automatic chunking and progress callbacks.