Skip to content

acierp/funcapsolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

funcapsolver

funcapsolver is a funcaptcha audio-solving module, which allows captchas to be interacted with and solved with the use of google's speech-recognition api.

Table of Contents

Installation

To pip install funcapsolver from github:

pip install git+https://github.com/AcierP/rpi.git

Examples

Obtaining an unsolved captcha token

token = funcapsolver.get_token(host='api.funcaptcha.com', pkey='69A21A01-CC7B-B9C6-0F9A-E7FA06677FFC')

Solving a captcha and returning the captcha response

token = funcapsolver.get_token('api.funcaptcha.com', '69A21A01-CC7B-B9C6-0F9A-E7FA06677FFC')
solved = funcapsolver.solveCaptcha(token)
print(solved)

About

An audio-solving python funcaptcha solving module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages