funcaptcha icon indicating copy to clipboard operation
funcaptcha copied to clipboard

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

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