File size: 195 Bytes
400590a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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"])