mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-01 08:51:33 +00:00
8 lines
149 B
Python
8 lines
149 B
Python
#!/usr/bin/env python
|
|
|
|
import os
|
|
os.environ.setdefault('SCRAPY_SETTINGS_MODULE', 'googledir.settings')
|
|
|
|
from scrapy.cmdline import execute
|
|
execute()
|