Skip to main content

A Python API for the Porn Site spankbang.com

Project description

Spankbang API

Downloads CodeQL Analysis API Tests

Description

Spankbang API is an API for Spankbang. It allows you to fetch information from videos using regexes and requests.

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

[!NOTE] This API was made for my other project Porn Fetch, which is the reason why I keep it so minimal. If you have any features you need, please just open an Issue and I will add that feature to this API. I will also add other features, later but my priority is primarily downloading videos!

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.spankbang_api import Client, Quality
# Initialize a Client object
client = Client()

# Fetch a video
video_object = 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
video_object.download(quality=Quality.BEST, path="your_output_path + title.mp4")

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–2024 Johannes Habel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spankbang_api-1.0.1.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

spankbang_api-1.0.1-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page