scrapy/bin/scrapy-ctl.py

5 lines
76 B
Python
Executable File

#!/usr/bin/env python
from scrapy.command.cmdline import execute
execute()