two_captcha:用于TwoCaptcha的Ruby API(Captcha求解器即服务)

时间:2021-05-25 18:49:56
【文件属性】:
文件名称:two_captcha:用于TwoCaptcha的Ruby API(Captcha求解器即服务)
文件大小:95KB
文件格式:ZIP
更新时间:2021-05-25 18:49:56
Ruby 由开发。 TwoCaptcha TwoCaptcha是2Captcha一个Ruby API - 。 安装 将此行添加到您的应用程序的Gemfile中: gem 'two_captcha' 然后执行: $ bundle 或将其自己安装为: $ gem install two_captcha 用法 创建一个客户 # Create a client client = TwoCaptcha . new ( 'my_captcha_key' ) 解决验证码 有两种可用的方法:解码和解码! *解码不会引发异常。 *解码! 如果出现问题,可能会引发TwoCaptcha :: Error 。 如果解决方案不可用,将返回一个空的验证码对象。 captcha = client . decode! ( url : 'http://bit.ly/1xXZcKo' ) captcha .
【文件预览】:
two_captcha-master
----.gitignore(136B)
----captchas()
--------1.png(2KB)
--------3.mp3(18KB)
--------2.jpg(60KB)
----.rspec(31B)
----bin()
--------setup(115B)
--------console(336B)
----.travis.yml(30B)
----two_captcha.gemspec(1KB)
----CODE_OF_CONDUCT.md(1KB)
----LICENSE.txt(1KB)
----spec()
--------credentials.yml.sample(137B)
--------spec_helper.rb(500B)
--------lib()
----README.md(8KB)
----Changelog.md(267B)
----lib()
--------two_captcha.rb(819B)
--------two_captcha()
----Gemfile(96B)
----Rakefile(29B)

网友评论