parent
708382c00b
commit
42e1192e7e
@ -0,0 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
from scrapy.cmdline import execute
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
execute(['scrapy', 'crawl', 'zhihu'])
|
Loading…
Reference in new issue