goscrapy-cli

command
v0.0.0-...-75cde0a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

README

goscrapy-cli

goscrapy-cli is easy to use as a command line tool, which is helpful to create goscrapy project and spiders for your own project.

create a new project

goscrapy-cli create project -n newproj -o ./output_dir

create a new spider

goscrapy-cli create spider -n MyFirstSpider -o ./spiders -pkg spiders

after this, a new spider named MyFirstSpider will be created at ./spiders/myfirstspider.go

create a new pipeline

goscrapy-cli create pipeline -n demopipeline -o ./pipelines -pkg pipelines --item itemA --item itemB

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL