A python api wrapper for the anime image generator api
Project description
A Simple python api wrapper
How to use
This api has many endpoints and the wrapper uses them all. For example if you want to generate an 'hug' image use can use;
from aniwrapper import anime
anime.hug(link=True)
#For generating a link of the image
OR
from aniwrapper import anime
anime.hug(link=False)
#For generating the image
However it also has nsfw endpoints
from aniwrapper imprt nsfw
nsfw.hentai(link=True)
#Will generate a nsfw image
If you have any problems regarding this package mail me at work4infinite@gmail.com.
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
aniwrapper-1.0.0b1.tar.gz
(2.1 kB
view details)
File details
Details for the file aniwrapper-1.0.0b1.tar.gz
.
File metadata
- Download URL: aniwrapper-1.0.0b1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e7fe7abc9cb2114adb4b91afd1c58df522927a94725b208c0293be434767510 |
|
MD5 | 7d8e9c1ca5e192ca524b58a41f133996 |
|
BLAKE2b-256 | f35b1475b13ca86cfe3ffdcddd974956eac428a8609f7c74403243d8d84018d2 |