From 843532adbf5dea9a2f72335bcef1ecda57de314c Mon Sep 17 00:00:00 2001 From: Pr0t0n <105520163+Pr0t0ns@users.noreply.github.com> Date: Sun, 21 May 2023 16:54:43 -0400 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41b10b0..d46a3e6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ -# Funcaptcha-Solver -Funcaptcha Audio Solver made by pr0t0n +# Funcaptcha Audio Solver + +Funcaptcha Solver Made by Pr0t0n + +**Features** +- Proxy/Proxyless HTTP(s) Support +- 100% Requests Based +- Quick Solve time +- v1 funcap Audio solver +- Custom Useragent option +- Retries Option + +**Class Args/Params Explained** (You don't need to specify anything if you want to test with default arg/param values) +- host [required] --> Website URL you're trying to solve for (Sometimes works without decleration) +- site_key [required] --> Funcaptcha Site Key for the site you're trying to solve for +- ua [optional] --> Custom User-Agent option (More advanced Option for people who know what they're doing for higher quality responses) +- proxy [optional] --> Rotating/Static Proxy Option (Pass in proxy to solve with proxy) +- retries [optional] --> Amount of attempts before giving up (Since my audio solver isn't that accurate you can specify the amount of times to attempt to re-solve a funcaptcha before giving up atm the recommended amt of retries would be 5-6) + +**Extra** +Please feel free to make PR's (Pull Request) to help improve code. I will be more than happy to review and commit the code if it's good (No typo pr's please). +(Looking for Unflagged BDA method, Bio method, Improving Audio Recognition) + +Extra Credits: useragents (High Audio Quality Dictonary); imvast (providing me with the bda src code even though he didn't make it); tranny & keepitlowkey (AES Encryption method src) + +**Notes** +Please don't bully me for formatting I coded this on replit with a chromebook cuz i felt like it 😆 + +If you want to use a new proxy & Session you will need to call the class along with the solve function +Example: Funcap(site_key="").solve() # As you can see im calling the class itself along with the function