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.