saraApi


NamesaraApi JSON
Version 0.0.1.4 PyPI version JSON
download
home_pagehttps://github.com/EverGasterXd/sara_api
Summarysara api public based akanekopy
upload_time2024-06-14 02:42:51
maintainerNone
docs_urlNone
authorevergaster
requires_python>=3.0
licenseMIT license
keywords sara anime wallpaper hentai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <br />
  <p>
    <a href="https://discord.gg/GTJtFGUNV5"><img src="https://cdn.donmai.us/original/65/bd/__modeus_helltaker_drawn_by_kiyovero__65bd0b99d080bceb39fff3f4de7cc586.png" width="146" height="200"/></a>
  </p>
  <br />
</div>
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](https://gitlab.com/weeb-squad/akaneko/)

## Changelogs
### v0.1
- new api

### v1.1
- new commands
- new categories

## Example(s)
**Python:**
```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:
```python
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:
```python
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
```python
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](https://github.com/EverGasterXd/sara_api/issues) or dm evergaster

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/EverGasterXd/sara_api",
    "name": "saraApi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "sara anime wallpaper hentai",
    "author": "evergaster",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8b/c3/a3e68d23a087674fde10cc798d2842fd1c780f651256d812f3e5150403cb/saraapi-0.0.1.4.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\r\n  <br />\r\n  <p>\r\n    <a href=\"https://discord.gg/GTJtFGUNV5\"><img src=\"https://cdn.donmai.us/original/65/bd/__modeus_helltaker_drawn_by_kiyovero__65bd0b99d080bceb39fff3f4de7cc586.png\" width=\"146\" height=\"200\"/></a>\r\n  </p>\r\n  <br />\r\n</div>\r\nsara 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\r\n\r\n## NOTE: This Readme.md is from the [Offical Repository](https://gitlab.com/weeb-squad/akaneko/)\r\n\r\n## Changelogs\r\n### v0.1\r\n- new api\r\n\r\n### v1.1\r\n- new commands\r\n- new categories\r\n\r\n## Example(s)\r\n**Python:**\r\n```python\r\nimport sara\r\n\r\ndef function_name():\r\n  # Get SFW Neko Images, uwu #\r\n  print(\"SFW Neko: \" + sara.sfw.neko())\r\n\r\n  # Get Lewd Neko (NSFW), owo #\r\n  print(\"Lewd Neko:\" + sara.lewdNeko())\r\n\r\n  # Lewd Bomb me onii-san~~ #\r\n  print(\"Lewd Bomb: \" + sara.lewdBomb(5))\r\n\r\n  # Get other NSFW Images#\r\n  print(\"BDSM: \" + sara.nsfw.bdsm())\r\n  print(\"Maid: \" + sara.nsfw.maid())\r\n  print(\"Hentai: \" + sara.nsfw.hentai())\r\n\r\n# Call Your Function!\r\nfunction_name()\r\n\r\n```\r\n\r\n## Legacy Function(s)\r\nExample:\r\n```python\r\nsara.module.function() # Format\r\nsara.nsfw.lewdNeko()   # Example\r\nsara.nsfw.lewdBomb(5)  # Meow, I'm Example 2\r\n```\r\nFunction | Description\r\n---|---\r\nlewdNeko | NSFW Neko Girls (Cat Girls)\r\nlewdBomb(n) | Sends (n) amount of lewds! :3\r\n\r\n## SFW Function(s)\r\nExample:\r\n```python\r\nsara.module.function() # Format\r\nsara.sfw.foxgirl()     # Awoo!~ Another example!\r\nsara.sfw.neko()        # Meow! An Example!\r\n```\r\nFunction | Description\r\n---|---\r\nneko | SFW Neko Girls (Cat Girls)\r\nfoxgirl | SFW Fox Girls (Thanks to @LamkasDev!)\r\nsad | sad :(\r\nangry | angry\r\nwork | worked\r\nyandere | yandere\r\nwink | wink\r\nvomit | vomit \r\nteehee | teehee\r\npout | pout\r\nlaugh | laugh\r\ndance | dance\r\ncry | cry\r\nbored | binding\r\nblush | blus\r\nrun | running\r\n\r\n## NSFW Function(s)\r\nFunction | Description\r\n---|---\r\nass | I know you like anime ass~ uwu\r\nbdsm | If you don't know what it is, search it up\r\nblowjob | Basically an image of a girl sucking on a sharp blade!\r\nboobs | boobs ~<3\r\ncum | Basically sticky white stuff that is usually milked from sharpies.\r\ndoujin | Sends a random doujin page imageURL!\r\nfeet | So you like smelly feet huh?\r\nfemdom | Female Domination?\r\nfoxgirl | Girl's that are wannabe foxes, yes\r\ngifs | Basically an animated image, so yes :3\r\nglasses | Girls that wear glasses, uwu~\r\nhentai | Sends a random vanilla hentai imageURL~\r\nahegao | Sends a random ahegao image ~\r\nnetorare | Wow, I won't even question your fetishes.\r\nmaid | Maids, Maid Uniforms, etc, you know what maids are :3\r\nmasturbation | Solo Queue in CSGO!\r\norgy | Group Lewd Acts\r\npanties | I mean... just why? You like underwear?\r\npussy | The genitals of a female, or a cat, you give the meaning.\r\nschool | School Uniforms!~ Yatta~!\r\nsuccubus | Spooky Succubus, oh I'm so scared~ Totally don't suck me~\r\ntentacles | I'm sorry but, why do they look like intestines?\r\nthighs | The top part of your legs, very hot, isn't it?\r\nuglyBastard | The one thing most of us can all agree to hate :)\r\nuniform |Military, Konbini, Work, Nurse Uniforms, etc!~ Sexy~\r\nyuri | Girls on Girls, and Girl's only!<3\r\nzettaiRyouiki | That one part of the flesh being squeeze in thigh-highs~<3\r\n\r\n\r\nFunction | Description\r\n---|---\r\nrolplayNsfw.fuck | sex \r\nrolplayNsfw.anal | :0\r\nrolplayNsfw.happyend | happyend\r\nrolplayNsfw.kuni | kuni\r\nrolplayNsfw.spank | spank\r\nrolplayNsfw.suck | suck\r\nrolpayNsfw.feetjob | feetjob\r\n\r\nFunction | Description\r\n---|---\r\nsara.sfw.mobileWallpapers() | Fetch a random SFW Wallpaper! (Mobile)\r\nsara.sfw.wallpapers() | Fetch a random SFW Wallpaper! (Desktop)\r\nsara.nsfw.mobileWallpapers() | Fetch a random NSFW Wallpaper! (Mobile)\r\nsara.nsfw.wallpapers() | Fetch a random NSFW Wallpaper! (Desktop)\r\n\r\n\r\n\r\n##\r\nDiscord Bot Example\r\n```python\r\nimport discord # Import the module\r\nimport sara\r\n\r\nfrom discord.ext import commands # get commands from discord.ext\r\n\r\nclient = commands.Bot(command_prefix='[PREFIX HERE]')\r\n\r\n@client.event # the function decorator\r\nasync def on_ready(): # on Ready event\r\n  print(f\"Ready as {client.user}\") # print the bot's tag when its ready\r\n\r\n@client.command() # Make a isinstance for the command\r\nasync def neko(ctx): # Make the function and pass in `ctx` as the params\r\n  print(sara.sfw.neko())\r\n\r\nclient.run(\"token\") # token here\r\n\r\n```\r\n\r\n## Any Bugs? [Open a issue](https://github.com/EverGasterXd/sara_api/issues) or dm evergaster\r\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "sara api public based akanekopy",
    "version": "0.0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/EverGasterXd/sara_api"
    },
    "split_keywords": [
        "sara",
        "anime",
        "wallpaper",
        "hentai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "659ccaa25058b0cb32ce7afd439cb90107f30977f358f4ed39655466320b63b6",
                "md5": "04dd84e1a98cc407029b9d90891c18e0",
                "sha256": "918a5f1fdbc5809cacea56e30bde6770f941a0f141aeae202572addf6d0974ac"
            },
            "downloads": -1,
            "filename": "saraApi-0.0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04dd84e1a98cc407029b9d90891c18e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 7559,
            "upload_time": "2024-06-14T02:42:49",
            "upload_time_iso_8601": "2024-06-14T02:42:49.843922Z",
            "url": "https://files.pythonhosted.org/packages/65/9c/caa25058b0cb32ce7afd439cb90107f30977f358f4ed39655466320b63b6/saraApi-0.0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bc3a3e68d23a087674fde10cc798d2842fd1c780f651256d812f3e5150403cb",
                "md5": "620cc17c203cc7dc2c6f1d6e21494206",
                "sha256": "832c609675a70b8a280bc478f6ab43034013092b6e987d5f32c341d43c511b31"
            },
            "downloads": -1,
            "filename": "saraapi-0.0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "620cc17c203cc7dc2c6f1d6e21494206",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 8420,
            "upload_time": "2024-06-14T02:42:51",
            "upload_time_iso_8601": "2024-06-14T02:42:51.287908Z",
            "url": "https://files.pythonhosted.org/packages/8b/c3/a3e68d23a087674fde10cc798d2842fd1c780f651256d812f3e5150403cb/saraapi-0.0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-14 02:42:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EverGasterXd",
    "github_project": "sara_api",
    "github_not_found": true,
    "lcname": "saraapi"
}
        
Elapsed time: 0.32871s