Skip to content

Commit

Permalink
Add captcha solving libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lorien authored Mar 16, 2022
1 parent 9e1145e commit fa4a1f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion python.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ This list contains python libraries related to web scraping and data processing
* [Computer Vision](#computer-vision)
* [Proxy Server](#proxy-server)
* [Whois](#whois)
* [Website Specific Scraper](#site-specific-scraper)
* [Website Specific Scraper](#website-specific-scraper)
* [JavaScript Engine Bindings](#javascript-engine-bindings)
* [Captcha Solving](#captcha-solving)
* [Other Python Lists](#other-python-lists)

## Network
Expand Down Expand Up @@ -430,6 +431,11 @@ Libraries for working with WebSocket.
* [Js2Py](https://github.com/PiotrDabkowski/Js2Py) - JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python
* [v8eval](https://github.com/sony/v8eval/) - Multi-language bindings to JavaScript engine V8

## Captcha Solving
* [captcha_solver](https://github.com/lorien/captcha_solver) - Universal python API to captcha solving services
* [python-anticaptcha](https://github.com/ad-m/python-anticaptcha) - Client library for solve captchas with anti-captcha.com support
* [python3-anticaptcha](https://github.com/AndreiDrang/python3-anticaptcha) - Python library for anti-captcha services

## Other python lists

* [awesome-python](https://github.com/vinta/awesome-python)
Expand Down

0 comments on commit fa4a1f9

Please sign in to comment.