1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-02-19 19:00:10 +02:00

Merge pull request #140 from roniemartinez/patch-2

Add Dude to python web scraping frameworks
This commit is contained in:
lorien 2022-03-18 13:03:22 +03:00 committed by GitHub
commit db64c54277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ This list contains python libraries related to web scraping and data processing
* [ioweb](https://github.com/lorien/ioweb) - Web scraping framework based on gevent and lxml
* [autoscraper](https://github.com/alirezamika/autoscraper) - A smart, automatic and lightweight web scraper
* [frontera](https://github.com/scrapinghub/frontera) - A scalable frontier for web crawlers
* [dude](https://github.com/roniemartinez/dude) - A simple framework for writing web scrapers using decorators.
### Web Scraping : Tools