No project description provided
Project description
Python Luscious GraphQL Wrapper
Luscious is a Python library that wraps the luscious.net (NSFW) graphQL API. This is not an official API in any capacity. Please do not use this library to make an unreasonable amount of requests to the Luscious API.
Installation
Use the package manager pip to install the latest release of luscious.
pip install luscious
Usage
from luscious import Luscious
# Instantiate a Luscious class with you username and password(optional)
Lus = Luscious("Your username", "your password")
comic = Lus.getAlbum("https://www.luscious.net/albums/mavis_dracula_316573/")
# Mavis Dracula
print(comic)
# ['Blowjob', 'Big Breasts', 'Double Penetration', 'Hotdogging', 'Titjob', 'Anal Sex', 'Big Ass']
print([tag.name for tag in comic.tags])
# Prints a url that will take you to the download page of the comic
print(comic.downloadUrl)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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
luscious-1.1.4.tar.gz
(22.0 kB
view details)
Built Distribution
luscious-1.1.4-py3-none-any.whl
(21.8 kB
view details)
File details
Details for the file luscious-1.1.4.tar.gz
.
File metadata
- Download URL: luscious-1.1.4.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7110a764cecf2571a1dc8fbc75cfcefe9a2b6dcaee7f6104abb4a95754adfae |
|
MD5 | ea246a5beee5367b2717f2675738738c |
|
BLAKE2b-256 | 9e68c478b65913845ecd0a7ab13ed7e28d66b4bbae139c37133a7aba1fcc9c0b |
File details
Details for the file luscious-1.1.4-py3-none-any.whl
.
File metadata
- Download URL: luscious-1.1.4-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7cfdc481159fbde889469b854c416a5d374af56e30fa0c4992e4ef66ee41a4e |
|
MD5 | 44e5b336517ade99e897b82daa0540ed |
|
BLAKE2b-256 | e44b4b78a31ca068aac18e88672600ab72c740291fcfc6171d9893d96639147f |