An open API service indexing awesome lists of open source software.

https://github.com/xtekky/funcaptcha

Funcaptcha Scraper / Solver (under developement) ~ feel free to commit
https://github.com/xtekky/funcaptcha

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# funcaptcha under developement

feel free to commit

## install funcaptcha

```
pip install funcaptcha
```

## current example (get key - not solved)

```python
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