🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

datek-web-crawler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datek-web-crawler

Simple, powerful web crawler

0.1.0
PyPI
Maintainers
1

codecov

Web Crawler

Performant, extensible and lean web crawler, utilizes all available CPUs by default.

Uses event loop for I/O and processes for analyzing the pages.

Batteries included

  • Basic httpx page downloader
  • S3 page storage
  • Local filesystem page storage

Usage

  • Have a look at tests/integration/test_crawl.py
  • Implement your own PageAnalyzer and PageDownloader classes
  • Optionally customize structlog logging, see configuration
  • Have fun!

Customization

All classes in the modules folder can be replaced with your custom implementation.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts