A Python API for the Porn Site spankbang.com
Project description
Spankbang API
Description
Spankbang API is an API for Spankbang. It allows you to fetch information from videos using regexes and requests.
[!CAUTION] Spankbang is very strict about rate limiting. This API will RESPECT all 429 errors and wait properly. Don't try to bypass this and don't ask me to bypass it. I won't.
Disclaimer
[!IMPORTANT] Spankbang API is in violation to Spankbang's ToS! If you are the website owner of spankbang.com, contact me at my E-Mail, and I'll take this repository immediately offline. EchterAlsFake@proton.me
Features
- Fetch videos + metadata
- Download videos
- Fetch Channels
- Fetch Pornstars
- Search for videos
- Asynchronous
- Built-in caching
- Easy interface
- Great type hinting
Networking Features
- HTTP 2.0 / HTTP 3.0
- Browser impersonation
- Custom JA3
- All proxy types
- Proxy authentication
- Speed Limit
- DNS over HTTPS
- And even more...
- All of this is configurable and can be adjusted as you like!
Quickstart
Have a look at the Documentation for more details
- Install the library with
pip install spankbang_api - Or from git using
pip install git+https://github.com/EchterAlsFake/spankbang_api
from spankbang_api import Client
import asyncio
# Initialize a Client object
async def do_something():
client = Client()
# Fetch a video
video_object = await client.get_video("<insert_url_here>")
# Get information from videos
video_object.title
video_object.rating
video_object.description
# See docs for more...
# Download the video
await video_object.download(quality="best", path="your_output_path")
asyncio.run(do_something())
Changelog
See Changelog for more details.
Contribution
Do you see any issues or having some feature requests? Simply open an Issue or talk in the discussions.
Pull requests are welcome :)
License
Licensed under the LGPLv3 License
Copyright (C) 2023–2026 Johannes Habel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spankbang_api-2.2.tar.gz.
File metadata
- Download URL: spankbang_api-2.2.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba156e1d466ff0c8a2311f8ba4a6195dc5f2f4f5988c03604f047659cca89cad
|
|
| MD5 |
9b7afcad6fb306ef55faf200cd8b10b5
|
|
| BLAKE2b-256 |
07a954f5238083bcafdd66fdd9f8188c4f61132671822aa95e880602177158dd
|
File details
Details for the file spankbang_api-2.2-py3-none-any.whl.
File metadata
- Download URL: spankbang_api-2.2-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28fd763211256af1f99a3c0406b183f8b78e17cb1a04f7a270916bc51fbb4710
|
|
| MD5 |
b5535384ec6aec07565b0621a2ec3ebc
|
|
| BLAKE2b-256 |
48c6894f485f828941ab8b2224b43183a94209bddeebbf4908c38105d55ff399
|