From 22589140bea51d72b816a4acf6cb9cc8a0f5db0a Mon Sep 17 00:00:00 2001 From: Ronie Martinez Date: Fri, 18 Mar 2022 01:55:37 +0100 Subject: [PATCH] Add Dude to python web scraping frameworks Added Dude (https://github.com/roniemartinez/dude) --- python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python.md b/python.md index 1481263..e4992fe 100644 --- a/python.md +++ b/python.md @@ -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