Python SDK for Crawlab
pip install crawlab-sdk
crawlab-cli
In settings.py
, add the following:
ITEM_PIPELINES = {
'crawlab.CrawlabPipeline': 300
}
pip install -r requirements.txt
# Set the environment variable CRAWLAB_PROTO_PATH to the path of the gRPC proto files
export CRAWLAB_PROTO_PATH=/path/to/grpc/proto/files
# Compile gRPC to Python code
./compile_grpc.sh