1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-28 08:48:58 +02:00

Merge pull request #82 from my8100/master

Add ScrapydWeb to Python/Web-Scraping Frameworks/Other
This commit is contained in:
Gregory Petukhov 2019-04-07 17:05:13 +03:00 committed by GitHub
commit 22d5dbd00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ This list contains python libraries related to web scraping and data processing
* [restkit](https://github.com/benoitc/restkit) - HTTP resource kit for Python. It allows you to easily access to HTTP resource and build objects around it.
* [requests-html](https://github.com/kennethreitz/requests-html) - Pythonic HTML Parsing for Humans.
* [demiurge](https://github.com/matiasb/demiurge) - PyQuery-based scraping micro-framework.
* [ScrapydWeb](https://github.com/my8100/scrapydweb) - A full-featured web UI for Scrapyd cluster management, which supports Scrapy Log Analysis & Visualization, Auto Packaging, Timer Tasks, Email Notice and so on.
## HTML/XML Parsing