Socket
Socket
Sign inDemoInstall

captcha-probot

Package Overview
Dependencies
8
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    captcha-probot

A simple captcha from probot API.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Captcha From ProBot!

Download Package

npm i captcha-probot

Import

import { CaptchaBuilder } from 'captcha-probot';
//or 
const { CaptchaBuilder } = require('captcha-probot');

Usage

const captcha = new CaptchaBuilder();

Examples

const Captcha = await captcha.getCaptcha(81717, { name: 'captcha.png' });
message.channel.send({ files: [Captcha.imageUrl] });

// or
const randowCode = await captcha.randowCode();
const Captcha = await captcha.getCaptcha(randowCode, { name: 'captcha.png' });
message.channel.send({ files: [Captcha.imageUrl] });

Version

2.2.0

Developer

Slayver#0680

Keywords

FAQs

Last updated on 25 Sep 2022

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