New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

random-stuff-api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-stuff-api

AI Chatbot, random-responses like memes,dankmemes,jokes,devjokes and much more!

10.2.3
latest
Version published
Weekly downloads
50
212.5%
Maintainers
1
Weekly downloads
 
Created

Random-stuff-api

Discord Downloads Npm version Github stars License

Requirments

  • Nodejs Version 12.0.0 or above
  • developer/build tools

Installation

npm install random-stuff-api

Usage

AI Response

let stuff =  require("random-stuff-api")
let rsa = new stuff({
    key: "api_key",
})

let response = await rsa.ai(message, language, bot_name , owner_name , unique_id , type)

Joke

let stuff =  require("random-stuff-api")
let rsa = new stuff({
    key: "api_key"  
})

let response = await rsa.joke(type)
// Refer to https://u.pgamerx.com/types for types

Image

let stuff =  require("random-stuff-api")
let rsa = new stuff({
    key: "api_key" 
})

let response = await rsa.image(type)
// Refer to https://u.pgamerx.com/types for types

Get an API key

Get one here

Documentation/Endpoint

Find here

Donate

Donate

Affilate

Check out best Hosting

Support

Discord server

FAQs

Package last updated on 15 Aug 2021

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