0.0.2 • Published 3 years ago

sessyoin v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Sessyoin

npm.io total_tags total_img

Massive cosplay wrapper, mostly rating is questionable, keep in mind for nsfw stuff though.
hq, wholesome, crot, huge data, and no key requirements.

Installing

# npm
npm i sessyoin

# yarn
yarn add sessyoin

Python modules check sessyoinAsync, other implementation check our base url (GET).

Basic

const cosp = require('sessyoin');
const client = new cosp.Client();

client.ass().then((data) => {
    console.log(data);
});

Advanced

If don't mind for endpoint choosing, simply just mix them.

const cosp = require('sessyoin');
const client = new cosp.Client();

async function crot() {
    const cospTags = [client.ass(), client.bikini(), client.boots(), client.cleavage()];
    const random = cospTags[Math.floor(Math.random() * cospTags.length)];
    let randomCrot = await random;
    console.log(randomCrot);
}

crot();

Quick example with Eris

adjust it with your own handler:

exports.run = function (client, msg) {
    const cosp = require('sessyoin');
    const sessyoin = new cosp.Client();

    sessyoin.ass().then((sessyoin) => {
        msg.channel.createMessage({
            embed: {
                color: client.config.colors.success,
                image: {
                    url: sessyoin
                },
                description: `
          asssss crotTTTTT`
            }
        });
    });
};

exports.aliases = ['cosp'];

Endpoints

ass, bikini, boots, cleavage, glasses, kemonomimi,
maid, panties, thigh, more categories will added later if possible.

Documentation

Notable person

Since this tool retrieving external data, and I'm not an asshole, I'll thank you from the bottom of my soul:

0.0.2

3 years ago

0.0.1

3 years ago