scrapy 向爬虫服务发送请求

curl http://localhost:6800/schedule.json -d project=default -d spider=somespider

shell 命令请求转换为python 请求:

request.post('http://localhost:6800/schedule.json',data={'project':'default','spider':'somespider'}
posted @ 2020-07-02 23:32  那时一个人  阅读(161)  评论(0编辑  收藏  举报