A Python API for the Porn Site HQPorner.com
Project description
HQPorner API
Description
HQPorner API is an API for HQPorner. It allows you to fetch information from videos using regexes and requests.
Disclaimer
[!IMPORTANT] HQPorner API is in violation to HQporner's ToS! If you are the website owner of hqporner.com, contact me at my E-Mail, and I'll take this repository immediately offline. EchterAlsFake@proton.me
Quickstart
Have a look at the Documentation for more details
- Install the library with
pip install hqporner_api
from hqporner_api import Client
# Initialize a Client object
client = Client()
# Fetch a video
video_object = client.get_video("<insert_url_here>")
# Download the video
video_object.download(quality="best", path="your_output_path + title.mp4")
# Videos by actress
actress_generator = client.get_videos_by_actress("anissa-kate")
for video in actress_generator:
print(video.title) # etc...
# Search for videos
videos = client.search_videos(query="Your query here")
for video in videos:
print(video.title)
# SEE DOCUMENTATION FOR MORE
[!NOTE] HQPorner API can also be used from the command line. Do: hqporner_api -h to see the options
Changelog
See Changelog for more details.
Support (Donations)
I am developing all my projects entirely for free. I do that, because I have fun and I don't want to charge 30€ like other people do.
However, if you find my work useful, please consider donating something. A tiny amount such as 1€ means a lot to me.
Paypal: https://paypal.me/EchterAlsFake
XMR (Monero): 42XwGZYbSxpMvhn9eeP4DwMwZV91tQgAm3UQr6Zwb2wzBf5HcuZCHrsVxa4aV2jhP4gLHsWWELxSoNjfnkt4rMfDDwXy9jR
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–2025 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
File details
Details for the file hqporner_api-1.7.4.tar.gz
.
File metadata
- Download URL: hqporner_api-1.7.4.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0edf4d396d064e54fed01a1769d94343d7e605a05ff7d8d30b3f9a450b0d33dc
|
|
MD5 |
a599bece21b738c62bc4cd55206b32f4
|
|
BLAKE2b-256 |
ae4687a26a7551e45bc7c2e488281bdb81d33a40f467ff9d99205a6f076441f0
|
File details
Details for the file hqporner_api-1.7.4-py3-none-any.whl
.
File metadata
- Download URL: hqporner_api-1.7.4-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
83d92f58b9b1b8664dd18ed876c694118cc439b9b144797a655f3c7033ea27e5
|
|
MD5 |
643f216d9eab20213717ccb5aa00bad2
|
|
BLAKE2b-256 |
f4eb31eda52179c19d64324d76e315da013aae030b4e7bbd0185f2674a31706c
|