yongsun-yoon / webshooter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebShooter

Introduction

Web Crawling Framework

image

Installation

pip install git+https://github.com/respect5716/webshooter.git

Tutorial

Dockefile

docker build -t webshooter:latest .
docker run -it --name webshooter -v $PWD:/app -p 8080:8080 webshooter:latest bash

Test

python -m pytest tests

About


Languages

Language:Python 94.2%Language:Dockerfile 5.8%