Skip to content

Binance Captcha solver fully implemented in 100% python. Does not rely on any third party service

License

Notifications You must be signed in to change notification settings

xKiian/binance-captcha-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Captcha Solver

wakatime

Example Usage

from binance.session import BinanceCaptcha

binance = BinanceCaptcha(
    biz_id="login",
    security_check_response_validate_id="7d1bf5349be4481c8b2de29cc24f8451"
)

token = binance.solve()

print(token)
# token = captcha#e479223...416da2622fe0-pvazmct322p...NwVAngrDSLmfy

Article

here is an article i found about my repository. Not everything said there is true, but it's great if you don't understand my code.


License

This project is licensed under the MIT License - see the LICENSE file for details.


Star History

Star History Chart

Disclaimer

This package is unofficial and not affiliated with Binance© 2025. Use it responsibly and in accordance with their terms of service. Feel free to contact me if you want this taken down.

About

Binance Captcha solver fully implemented in 100% python. Does not rely on any third party service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published