mirror of
https://github.com/lorien/awesome-web-scraping.git
synced 2025-01-05 22:53:47 +02:00
add site specific scraper to Python
This commit is contained in:
parent
0518b86b3e
commit
42c996d117
@ -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)
|
||||
* [Site Specific](#site-specific)
|
||||
* [Misc](#misc)
|
||||
* [Other Python Lists](#other-python-lists)
|
||||
|
||||
@ -304,6 +305,11 @@ 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
|
||||
|
||||
## Site Specific
|
||||
* [twitter-scraper](https://github.com/bisguzar/twitter-scraper) - Scrape the Twitter Frontend API without authentication
|
||||
* [Ultimate-Facebook-Scraper](https://github.com/harismuneer/Ultimate-Facebook-Scraper) - A bot which scrapes almost everything about a Facebook user's profile
|
||||
* [instagram-scraper](https://github.com/rarcega/instagram-scraper) - Scrapes an instagram user's photos and videos
|
||||
|
||||
## Other python lists
|
||||
|
||||
* [awesome-python](https://github.com/vinta/awesome-python)
|
||||
|
Loading…
Reference in New Issue
Block a user