1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Update python.md

This commit is contained in:
Gregory Petukhov 2015-09-30 06:40:26 +05:00
parent a6a0944fc0
commit ee5f142743

View File

@ -21,6 +21,7 @@ This list contains python libraries related to web scraping and data processing
* [DNS Resolving](#dns-resolving)
* [Computer Vision](#computer-vision)
* [Proxy Server](#proxy-server)
* [Misc](#misc)
* [Other Python Lists](#other-python-lists)
## Network
@ -276,6 +277,9 @@ This list contains python libraries related to web scraping and data processing
* [shadowsocks](https://github.com/shadowsocks/shadowsocks) - A fast tunnel proxy that helps you bypass firewalls (TCP & UDP support, User management API, TCP Fast Open, Workers and graceful restart, Destination IP blacklist)
* [tproxy](https://github.com/benoitc/tproxy) - tproxy is a simple TCP routing proxy (layer 7) built on Gevent that lets you configure the routine logic in Python
## Misc
* [user_agent](https://github.com/lorien/user_agent) - this module is for generating random, valid web navigator's configs & User-Agent HTTP headers.
## Other python lists
* [awesome-python](https://github.com/vinta/awesome-python)