mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 13:44:25 +00:00
5 lines
68 B
Python
Executable File
5 lines
68 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from scrapy.cmdline import execute
|
|
execute()
|