Multiple Site Provider and Asynchronous API in Python
Project description
Scrapper Porn API for Python
Homepage
•
Releases
•
News
PyPorn
Multiple Site Provider and Asynchronous API in Python
from pyPorn import PyPorn
from pyPorn.enums import Provider
from pyPorn.exception import PyPornError
pyPorn = PyPorn(
apiToken="YOUR_API_TOKEN",
secret="YOUR_SECRET"
)
try:
content = pyPorn.getContent(Provider.XNXX, "video-u10yx0f....")
except PyPornError as e:
print(e)
return
else:
print(content)
Installation
pip3 install pyPorn
License
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
pyporn-1.0.6.tar.gz
(7.8 kB
view details)
File details
Details for the file pyporn-1.0.6.tar.gz
.
File metadata
- Download URL: pyporn-1.0.6.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72091d97a46b88a7ba38c5fbe302dcc8dc528bbc148259a344b5f87a5aabcb5d |
|
MD5 | 0ec7bb6b52b17efd773e237ac2cee44e |
|
BLAKE2b-256 | 1ae904f17e5301656331057cad974ca2ed3cd0f52801a58c386026abf9c67a5b |