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

dbots.js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbots.js

This api wrapper will help interact with the dbots api. Dbots: https://dbots.co

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

NOT DONE

This api wrapper will help interact with the dbots api. Dbots: https://dbots.co

dbots.js

Packs In JS

const { dbotsPacks } = require('dbots.js')
const dbots = new dbotsPack({
    key: "KEYYYYYYYY",
    botid: "298423749082374"
})

dbots.getAllPacks()

Stats In JS

const { dbotsStats } = require('dbots.js')
const dbots = new dbotsStats({
         key: "KEYYYYYYYY",
         botid: "298423749082374"
})

dbots.postStats('1,000')

Packs In TS

import { dbotsPacks } from 'dbots.js'
const dbots: dbotsPacks = new dbotsPacks({
    key: "KEYYYYYYYY",
    botid: "298423749082374"
})

dbots.getAllPacks()

Stats In TS

import { dbotsStats } from 'dbots.js'
const dbots: dbotsStats = new dbotsStats({
    key: "KEYYYYYYYY",
    botid: "298423749082374"
})

dbots.postStats('1,000')

Packs Documentation

.getPack('Best-Bots') This will allow you to check out packs on dbots.

.getAllPacks() This will get all packs.

.VotePack('Best-Bots') This will allow you to vote packs.

Stats Documentation

.postStats('1,0000') This will post your bot stats.

.getLog() This will get the audit logs of your bot.

Keywords

FAQs

Package last updated on 30 May 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

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