From 425d0c2bb25b07746d2544b03a2f7fc47c3b1039 Mon Sep 17 00:00:00 2001 From: Davide Uberti <24529587+ubertidavide@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:41:57 +0100 Subject: [PATCH 1/2] Update README.md added fastbots library --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fae14f..c2ffcfd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ A collection of awesome web crawler,spider and resources in different languages. * [sukhoi](https://github.com/iogf/sukhoi) - Minimalist and powerful Web Crawler. * [spidy](https://github.com/rivermont/spidy) - The simple, easy to use command line web crawler. * [newspaper](https://github.com/codelucas/newspaper) - News, full-text, and article metadata extraction in Python 3 -* [aspider](https://github.com/howie6879/aspider) - An async web scraping micro-framework based on asyncio. +* [aspider](https://github.com/howie6879/aspider) - An async web scraping micro-framework based on asyncio. +* [fastbots](https://github.com/ubertidavide/fastbots) - A simple library for fast bot and scraper development using selenium and the POM (Page Object Model) design. ## Java * [ACHE Crawler](https://github.com/ViDA-NYU/ache) - An easy to use web crawler for domain-specific search. From 42d25c49aafa1a1dad1af0c4e907f5cdef14c09b Mon Sep 17 00:00:00 2001 From: Davide Uberti <24529587+ubertidavide@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:39:19 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2ffcfd..ab6b3d5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A collection of awesome web crawler,spider and resources in different languages. * [spidy](https://github.com/rivermont/spidy) - The simple, easy to use command line web crawler. * [newspaper](https://github.com/codelucas/newspaper) - News, full-text, and article metadata extraction in Python 3 * [aspider](https://github.com/howie6879/aspider) - An async web scraping micro-framework based on asyncio. -* [fastbots](https://github.com/ubertidavide/fastbots) - A simple library for fast bot and scraper development using selenium and the POM (Page Object Model) design. +* [fastbots](https://github.com/ubertidavide/fastbots) - A simple library designed for rapid bot and scraper development using Selenium and the POM (Page Object Model) design. ## Java * [ACHE Crawler](https://github.com/ViDA-NYU/ache) - An easy to use web crawler for domain-specific search.