Skip to content

RegexPrime/funcaptcha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funcaptcha under developement

feel free to commit

install funcaptcha

pip install funcaptcha

current example (get key - not solved)

from funcaptcha import Funcaptcha

funcap = Funcaptcha(
    api_key="E5554D43-23CC-1982-971D-6A2262A2CA24",
    service_url="twitch-api.arkoselabs.com",
    site_url="https://www.twitch.tv"
)

key = funcap.getkey()

print(f"Key: {key}")

creds to h0nde

About

Funcaptcha Scraper / Solver (under developement) ~ feel free to commit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 55.8%
  • JavaScript 44.2%