You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/b09780978/crawler

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/b09780978/crawler

v0.0.0-20230929080923-d529bd797efc
Source
Go
Version published
Created
Source

crawler

My Dockerfile for crawler

language

  • python3
  • node.js

packages

  • requests
  • aiohttp (async)
  • beautifulsoup4
  • lxml
  • pyquery
  • node_vm2(for execute javascript)
  • ipython
  • cchardet
  • aiodns
  • curl_cffi (bypass anti-bot through fingerprint)
  • ujson

Usage

docker pull b09780978/crawler
docker container run -idt -v {YOUR_CODE_DIR}:{DOCKER_DIR} --name crawler b09780978/crawler
docker container exec -it script /dev/null -c tmux

Deploy

docker pull b09780978/crawler:deploy
docker container run -it -v {YOUR_CODE_DIR}:{DOCKER_DIR} --name crawler b09780978/crawler

Note

Deploy version use alpine(python3.10)

FAQs

Package last updated on 29 Sep 2023

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