mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-26 19:24:09 +00:00
8 lines
156 B
Python
8 lines
156 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
import os
|
||
|
os.environ.setdefault('SCRAPYSETTINGS_MODULE', 'googledir.settings')
|
||
|
|
||
|
from scrapy.command.cmdline import execute
|
||
|
execute()
|