From c3b3674522a286b0430b5944ef1ba94842d30843 Mon Sep 17 00:00:00 2001 From: Karthik UJ Date: Fri, 17 May 2024 12:53:31 +0530 Subject: [PATCH] Adds Sasori to JS crawlers Signed-off-by: Karthik UJ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fae14f..b740e45 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ A collection of awesome web crawler,spider and resources in different languages. * [headless-chrome-crawler](https://github.com/yujiosaka/headless-chrome-crawler) - Headless Chrome crawls with jQuery support * [Squidwarc](https://github.com/n0tan3rd/squidwarc) - High fidelity, user scriptable, archival crawler that uses Chrome or Chromium with or without a head * [crawlee](https://github.com/apify/crawlee) - A web scraping and browser automation library for Node.js that helps you build reliable crawlers. Fast. +* [Sasori](https://github.com/karthikuj/sasori) - A dynamic web crawler built on Puppeteer with support for authentication. ## PHP