From 96b88dbf694b27f998ff74ec5297436ea8dbedea Mon Sep 17 00:00:00 2001 From: Chetan <53407137+Chetan11-dev@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:06:38 +0530 Subject: [PATCH] Added Bose Scraping Framework to Python Collection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b43ed52..211355e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A collection of awesome web crawler,spider and resources in different languages. * [scrapy-cluster](https://github.com/istresearch/scrapy-cluster) - Uses Redis and Kafka to create a distributed on demand scraping cluster. * [distribute_crawler](https://github.com/gnemoug/distribute_crawler) - Uses scrapy,redis, mongodb,graphite to create a distributed spider. * [pyspider](https://github.com/binux/pyspider) - A powerful spider system. +* [bose](https://github.com/omkarcloud/bose) - A powerful selenium based battery packed scraper. * [CoCrawler](https://github.com/cocrawler/cocrawler) - A versatile web crawler built using modern tools and concurrency. * [cola](https://github.com/chineking/cola) - A distributed crawling framework. * [Demiurge](https://github.com/matiasb/demiurge) - PyQuery-based scraping micro-framework.