LittleApple-fp16's picture
Upload 12 files
400590a
raw
history blame contribute delete
195 Bytes
from scrapy.cmdline import execute
import os
import sys
if __name__ == "__main__":
# sys.path.append(os.path.dirname(os.path.abspath(__file__)))
execute(["scrapy", "crawl", "danbooru"])