curl http://localhost:6800/schedule.json -d project=default -d spider=somespider
request.post(‘http://localhost:6800/schedule.json‘,data={‘project‘:‘default‘,‘spider‘:‘somespider‘}
scrapy 向爬虫服务发送请求
原文:https://www.cnblogs.com/qianxunman/p/13227856.html