├── Examples ├── Go-Example.go ├── NodeJs-Example.js └── Python-Example.py ├── README.md └── main.py /Examples/Go-Example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Exploited7/Funcaptcha-Solver/HEAD/Examples/Go-Example.go -------------------------------------------------------------------------------- /Examples/NodeJs-Example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Exploited7/Funcaptcha-Solver/HEAD/Examples/NodeJs-Example.js -------------------------------------------------------------------------------- /Examples/Python-Example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Exploited7/Funcaptcha-Solver/HEAD/Examples/Python-Example.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Exploited7/Funcaptcha-Solver/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Exploited7/Funcaptcha-Solver/HEAD/main.py --------------------------------------------------------------------------------