Manual
Zennoposter
Скачать модуль: https://yadi.sk/d/BdMVL1kJ3GE55x
Автор https://zennolab.com/discussion/threads/34970/
Advego Plagiatus
BrowserAutomationStudio
MiniPoster
iMacros
Special API Address for iMacros: http://imacros2.site.can2me.com/
Other program
Python
import requests
import time
pageurl = 'https://www.google.com/recaptcha/api2/demo'
method = 'userrecaptcha'
googlekey = '6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-'
key = 'ec6c1857ca3a214f01e90bda1d306cea'
r = requests.get('http://api.site.can2me.com/in.php?key='+key+'&method='+method+'&googlekey='+googlekey+'&pageurl='+pageurl)
print (r.text)
if r.ok and r.text.find('OK') > -1:
reqid = r.text[r.text.find('|')+1:]
for timeout in range(40):
r = requests.get('http://api.site.can2me.com/res.php?key='+key+'&action=get&id='+reqid)
if r.text.find('CAPCHA_NOT_READY') > -1:
time.sleep(10)
if r.text.find('ERROR') > -1:
print (r.text)
break
if r.text.find('OK') > -1:
print (r.text[r.text.find('|')+1:])
break
IMG/FanCaptcha/recaptchaV2
https://pypi.org/project/ta-captcha-solver/
import requests
import time
url = 'http://api.site.can2me.com/in.php'
key = 'ec6c1857ca3a214f01e90bda1d306cea'
files = {'file': open('1.png', 'rb')}
data = {'key': key, 'method': 'post'}
r = requests.post(url, files=files, data=data)
if r.ok and r.text.find('OK') > -1:
reqid = r.text[r.text.find('|')+1:]
for timeout in range(40):
r = requests.get('http://api.site.can2me.com/res.php?key='+key+'&action=get&id='+reqid)
if r.text.find('CAPCHA_NOT_READY') > -1:
time.sleep(3)
if r.text.find('ERROR') > -1:
print (r.text)
break
if r.text.find('OK') > -1:
print (r.text[r.text.find('|')+1:])
break
Firefox plug-in
Hcaptcha/Recaptcha 2
Download plug-in
Attention! The plugin is deprecated and no longer required!
hСaptcha

BAS Module Download
DOCS token: https://docs.site.can2me.com/en/apitoken/hcap.html
DOCS click: https://docs.site.can2me.com/en/apiclick/hcap.html
Coinmarketcap/Binance

Download module BAS
DOCS: https://docs.site.can2me.com/en/apiclick/binance.html
Cap.guru


