diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\346\235\216\346\263\212/\347\254\254\345\215\201\345\221\250/\347\254\254\344\270\211\350\212\202/run.py" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\346\235\216\346\263\212/\347\254\254\345\215\201\345\221\250/\347\254\254\344\270\211\350\212\202/run.py" new file mode 100644 index 0000000000000000000000000000000000000000..6690ad78985c3ef84af3c9361b0ad3906017645e --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\346\235\216\346\263\212/\347\254\254\345\215\201\345\221\250/\347\254\254\344\270\211\350\212\202/run.py" @@ -0,0 +1,7 @@ +from scrapy import cmdline + +command = "scrapy crawl jd_search".split() +cmdline.execute(command) + + +