Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

akanekopy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akanekopy

Akaneko for Python 3 and above

  • 1.1.4
  • PyPI
  • Socket score

Maintainers
1

Cute As Fubuki


Akaneko 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

v1.1.2

  • Fixed Discord Bot Example

v1.1.1

  • Added Succubus Function (NSFW)
  • Removed Loli Function (ToS)

Example(s)

Python:

import akaneko

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

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

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

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

# Call Your Function!
function_name()

Legacy Function(s)

Example:

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

SFW Function(s)

Example:

akaneko.module.function() # Format
akaneko.sfw.foxgirl()     # Awoo!~ Another example!
akaneko.sfw.neko()        # Meow! An Example!
FunctionDescription
nekoSFW Neko Girls (Cat Girls)
foxgirlSFW Fox Girls (Thanks to @LamkasDev!)

NSFW Function(s)

FunctionDescription
assI know you like anime ass~ uwu
bdsmIf you don't know what it is, search it up
blowjobBasically an image of a girl sucking on a sharp blade!
cumBasically sticky white stuff that is usually milked from sharpies.
doujinSends a random doujin page imageURL!
feetSo you like smelly feet huh?
femdomFemale Domination?
foxgirlGirl's that are wannabe foxes, yes
gifsBasically an animated image, so yes :3
glassesGirls that wear glasses, uwu~
hentaiSends a random vanilla hentai imageURL~
netorareWow, I won't even question your fetishes.
maidMaids, Maid Uniforms, etc, you know what maids are :3
masturbationSolo Queue in CSGO!
orgyGroup Lewd Acts
pantiesI mean... just why? You like underwear?
pussyThe genitals of a female, or a cat, you give the meaning.
schoolSchool Uniforms!~ Yatta~!
succubusSpooky Succubus, oh I'm so scared~ Totally don't suck me~
tentaclesI'm sorry but, why do they look like intestines?
thighsThe top part of your legs, very hot, isn't it?
uglyBastardThe one thing most of us can all agree to hate :)
uniformMilitary, Konbini, Work, Nurse Uniforms, etc!~ Sexy~
yuriGirls on Girls, and Girl's only!<3
zettaiRyouikiThat one part of the flesh being squeeze in thigh-highs~<3
FunctionDescription
akaneko.sfw.mobileWallpapers()Fetch a random SFW Wallpaper! (Mobile)
akaneko.sfw.wallpapers()Fetch a random SFW Wallpaper! (Desktop)
akaneko.nsfw.mobileWallpapers()Fetch a random NSFW Wallpaper! (Mobile)
akaneko.nsfw.wallpapers()Fetch a random NSFW Wallpaper! (Desktop)

Discord Bot Example

import discord # Import the module
import akaneko # import the main module

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(akaneko.sfw.neko())

client.run("token") # token here

Any Bugs? Open a issue or dm Raphiel#8922

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc