Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0t0ns authored May 21, 2023
1 parent c581af3 commit 843532a
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 843532a

Please sign in to comment.