1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-03-01 15:07:43 +00:00
2010-02-19 18:28:16 -04:00

8 lines
157 B
Python

#!/usr/bin/env python
import os
os.environ.setdefault('SCRAPY_SETTINGS_MODULE', 'googledir.settings')
from scrapy.command.cmdline import execute
execute()