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'}
2023-12-24 17:52:22
curl http://localhost:6800/schedule.json -d project=default -d spider=somespider
request.post('http://localhost:6800/schedule.json',data={'project':'default','spider':'somespider'}