Socket
Socket
Sign inDemoInstall

random-stuff-api

Package Overview
Dependencies
151
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

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!


Version published
Maintainers
1
Weekly downloads
6
decreased by-86.67%

Weekly downloads

Readme

Source

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

Keywords

FAQs

Last updated on 15 Aug 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc