Skip to main content

sara api public based akanekopy

Project description



sara is both a SFW and NSFW Wrapper, there's hentais for you perverts to use, however do understand that I'm the only one working on this, and I hand pick images to add, so you may get repeated images! Use it for your Discord Bot, your Self Made Console Waifu, or whatever it is :3

NOTE: This Readme.md is from the Offical Repository

Changelogs

v0.1

  • new api

v1.1

  • new commands
  • new categories

Example(s)

Python:

import sara

def function_name():
  # Get SFW Neko Images, uwu #
  print("SFW Neko: " + sara.sfw.neko())

  # Get Lewd Neko (NSFW), owo #
  print("Lewd Neko:" + sara.lewdNeko())

  # Lewd Bomb me onii-san~~ #
  print("Lewd Bomb: " + sara.lewdBomb(5))

  # Get other NSFW Images#
  print("BDSM: " + sara.nsfw.bdsm())
  print("Maid: " + sara.nsfw.maid())
  print("Hentai: " + sara.nsfw.hentai())

# Call Your Function!
function_name()

Legacy Function(s)

Example:

sara.module.function() # Format
sara.nsfw.lewdNeko()   # Example
sara.nsfw.lewdBomb(5)  # Meow, I'm Example 2
Function Description
lewdNeko NSFW Neko Girls (Cat Girls)
lewdBomb(n) Sends (n) amount of lewds! :3

SFW Function(s)

Example:

sara.module.function() # Format
sara.sfw.foxgirl()     # Awoo!~ Another example!
sara.sfw.neko()        # Meow! An Example!
Function Description
neko SFW Neko Girls (Cat Girls)
foxgirl SFW Fox Girls (Thanks to @LamkasDev!)
sad sad :(
angry angry
work worked
yandere yandere
wink wink
vomit vomit
teehee teehee
pout pout
laugh laugh
dance dance
cry cry
bored binding
blush blus
run running

NSFW Function(s)

Function Description
ass I know you like anime ass~ uwu
bdsm If you don't know what it is, search it up
blowjob Basically an image of a girl sucking on a sharp blade!
boobs boobs ~<3
cum Basically sticky white stuff that is usually milked from sharpies.
doujin Sends a random doujin page imageURL!
feet So you like smelly feet huh?
femdom Female Domination?
foxgirl Girl's that are wannabe foxes, yes
gifs Basically an animated image, so yes :3
glasses Girls that wear glasses, uwu~
hentai Sends a random vanilla hentai imageURL~
ahegao Sends a random ahegao image ~
netorare Wow, I won't even question your fetishes.
maid Maids, Maid Uniforms, etc, you know what maids are :3
masturbation Solo Queue in CSGO!
orgy Group Lewd Acts
panties I mean... just why? You like underwear?
pussy The genitals of a female, or a cat, you give the meaning.
school School Uniforms!~ Yatta~!
succubus Spooky Succubus, oh I'm so scared~ Totally don't suck me~
tentacles I'm sorry but, why do they look like intestines?
thighs The top part of your legs, very hot, isn't it?
uglyBastard The one thing most of us can all agree to hate :)
uniform Military, Konbini, Work, Nurse Uniforms, etc!~ Sexy~
yuri Girls on Girls, and Girl's only!<3
zettaiRyouiki That one part of the flesh being squeeze in thigh-highs~<3
Function Description
rolplayNsfw.fuck sex
rolplayNsfw.anal :0
rolplayNsfw.happyend happyend
rolplayNsfw.kuni kuni
rolplayNsfw.spank spank
rolplayNsfw.suck suck
rolpayNsfw.feetjob feetjob
Function Description
sara.sfw.mobileWallpapers() Fetch a random SFW Wallpaper! (Mobile)
sara.sfw.wallpapers() Fetch a random SFW Wallpaper! (Desktop)
sara.nsfw.mobileWallpapers() Fetch a random NSFW Wallpaper! (Mobile)
sara.nsfw.wallpapers() Fetch a random NSFW Wallpaper! (Desktop)

Discord Bot Example

import discord # Import the module
import sara

from discord.ext import commands # get commands from discord.ext

client = commands.Bot(command_prefix='[PREFIX HERE]')

@client.event # the function decorator
async def on_ready(): # on Ready event
  print(f"Ready as {client.user}") # print the bot's tag when its ready

@client.command() # Make a isinstance for the command
async def neko(ctx): # Make the function and pass in `ctx` as the params
  print(sara.sfw.neko())

client.run("token") # token here

Any Bugs? Open a issue or dm evergaster

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

saraapi-0.0.1.4.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

saraApi-0.0.1.4-py3-none-any.whl (7.6 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