Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ysdm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ysdm

云速打码,验证码,验证码识别,图像识别

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

ysdm

NPM version NPM download

云速打码,远程识别验证码

使用说明

npm install ysdm

使用示例

var ysdm = require('ysdm');

var ysdm_client = new ysdm.create({
  "username":"admin",         // 用户的账号
  "password":"hello1234",     // 用户密码

  "typeid":"3040",    // 验证码类型 (查询http://www.ysdm.net/home/PriceType)
  "softid":"1111",    // 开发者的软件id (用开发者账号登陆http://www.ysdm.net/,进行查询)
  "softkey":"000000000000000001c1"  // 开发者的软件key
});

var img = process.cwd() + '/img/test.jpg';
ysdm_client.exec(img, function(rec){
  console.log(JSON.stringify(rec));
});

`

Keywords

FAQs

Package last updated on 01 Feb 2016

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