Skip to content

RUCaptcha is Python rucaptcha.com API implementation

Notifications You must be signed in to change notification settings

minimedj/ru_captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ru_captcha

RUCaptcha is Python rucaptcha.com API implementation

Feature:

  • Parallel token monitoring;
  • Event driven development programming model support;
  • You may switching to future or deffered implementation;

Usage example:

  ru_captcha = RUCaptcha(apikey="***")
  value = ru_captcha.parse(path="tests/test_000.jpg", is_regsense=1)
  #
  print("{value!r}".format(value=value))
  #
  while not value.is_ready():
      time.sleep(0.1)
  #
  print("{value!r}".format(value=value))
  #
  print(value.get_value())
  #
  ru_captcha.dispose()

About

RUCaptcha is Python rucaptcha.com API implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages