Alcremie is a package full of images related to waifus, but remember that I'm the only one working on it, and I choose images that will be added. Use it for your Discord Bot, your own consumption or whatever :3
Application/Demo
Take a look at this package working in my gallery OwO
Installation
npm install alcremie
Example(s)
NodeJS:
// Alcremie //
const alcremie = require('alcremie');
async function yourFunctionName() {
// Get a random Image //
console.log('Random Image: ' + (await alcremie.random()));
// Fetch Image //
console.log('Data:' + (await alcremie.image()));
// Fetch 100 images //
console.log('Data:' + (await alcremie.image({ limit: 100 })));
// Get Status //
console.log('Status:' + (await alcremie.status()));
}
// Call your Function! //
yourFunctionName();
Sources
All the images have no specific place where they came from, twitter, any booru, nhentai, etc.
Disclaimer
I am not the creator of any images, if there is an image that is considered extremely inappropriate or just needs to be removed in general, please send me the URL of the image and I will remove it as soon as possible :)