Skip to content

Commit f4ac898

Browse files
chore: update SDK settings
1 parent 57b2dd4 commit f4ac898

5 files changed

Lines changed: 97 additions & 97 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 266
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/onlyfansapi/onlyfansapi-72633437c337ec4d9d333f5e895b2b7a1ef13b1c5d4273906d4a6861e24c99dd.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/onlyfansapi/onlyfansapi-db07c6b53db2576d9205de576b179c9aaf9929c8342d14ebd5aebd7fe9079caf.yml
33
openapi_spec_hash: 6c2d47cd85674ece07dc37e471a36ac9
4-
config_hash: 6299d85babc83b296c506e0e64fe2c0a
4+
config_hash: daf28359a88850c2eaa3b208a6161584

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Only Fans API Python API library
22

33
<!-- prettier-ignore -->
4-
[![PyPI version](https://img.shields.io/pypi/v/onlyfansapi.svg?label=pypi%20(stable))](https://pypi.org/project/onlyfansapi/)
4+
[![PyPI version](https://img.shields.io/pypi/v/onlyfans.svg?label=pypi%20(stable))](https://pypi.org/project/onlyfans/)
55

66
The Only Fans API Python library provides convenient access to the Only Fans API REST API from any Python 3.9+
77
application. The library includes type definitions for all request params and response fields,
@@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.onlyfansapi.com](https://docs.o
1717

1818
```sh
1919
# install from PyPI
20-
pip install onlyfansapi
20+
pip install onlyfans
2121
```
2222

2323
## Usage
@@ -73,7 +73,7 @@ You can enable this by installing `aiohttp`:
7373

7474
```sh
7575
# install from PyPI
76-
pip install onlyfansapi[aiohttp]
76+
pip install onlyfans[aiohttp]
7777
```
7878

7979
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "onlyfansapi"
2+
name = "onlyfans"
33
version = "0.0.1"
44
description = "The official Python library for the OnlyFansAPI API"
55
dynamic = ["readme"]

requirements-dev.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotated-types==0.7.0
66
anyio==4.12.1
77
# via
88
# httpx
9-
# onlyfansapi
9+
# onlyfans
1010
backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
1111
# via pytest-asyncio
1212
certifi==2026.1.4
@@ -17,7 +17,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
1717
# via pytest
1818
dirty-equals==0.11
1919
distro==1.9.0
20-
# via onlyfansapi
20+
# via onlyfans
2121
exceptiongroup==1.3.1 ; python_full_version < '3.11'
2222
# via
2323
# anyio
@@ -30,7 +30,7 @@ httpcore==1.0.9
3030
# via httpx
3131
httpx==0.28.1
3232
# via
33-
# onlyfansapi
33+
# onlyfans
3434
# respx
3535
idna==3.11
3636
# via
@@ -59,7 +59,7 @@ pathspec==1.0.3
5959
pluggy==1.6.0
6060
# via pytest
6161
pydantic==2.12.5
62-
# via onlyfansapi
62+
# via onlyfans
6363
pydantic-core==2.41.5
6464
# via pydantic
6565
pygments==2.19.2
@@ -86,7 +86,7 @@ ruff==0.14.13
8686
six==1.17.0 ; python_full_version < '3.10'
8787
# via python-dateutil
8888
sniffio==1.3.1
89-
# via onlyfansapi
89+
# via onlyfans
9090
time-machine==2.19.0 ; python_full_version < '3.10'
9191
time-machine==3.2.0 ; python_full_version >= '3.10'
9292
tomli==2.4.0 ; python_full_version < '3.11'
@@ -98,7 +98,7 @@ typing-extensions==4.15.0
9898
# anyio
9999
# exceptiongroup
100100
# mypy
101-
# onlyfansapi
101+
# onlyfans
102102
# pydantic
103103
# pydantic-core
104104
# pyright

0 commit comments

Comments
 (0)