mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 16:04:01 +00:00
8 lines
157 B
Python
Executable File
8 lines
157 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import os
|
|
os.environ.setdefault('SCRAPY_SETTINGS_MODULE', 'googledir.settings')
|
|
|
|
from scrapy.command.cmdline import execute
|
|
execute()
|