This website requires JavaScript.
Explore
Help
Sign In
BackTrackZ
/
scrapy
Watch
1
Star
0
Fork
0
You've already forked scrapy
mirror of
https://github.com/scrapy/scrapy.git
synced
2025-03-01 01:31:08 +00:00
Code
Releases
Wiki
Activity
scrapy
/
extras
/
scrapy.bat
5 lines
83 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Deprecated scrapy-ctl.py command in favour of simpler "scrapy" command. Closes #199. Also updated documenation accordingly and added convenient scrapy.bat script for running from Windows. --HG-- rename : debian/scrapy-ctl.1 => debian/scrapy.1 rename : docs/topics/scrapy-ctl.rst => docs/topics/cmdline.rst
2010-08-18 19:48:32 -03:00
@
echo
off
rem Windows command-line tool for Scrapy
simplified installation guide to only mention pip/easy_install mechanism, and provide hints for Windows users
2012-08-29 15:37:05 -03:00
python -mscrapy.cmdline
%*
Copy Permalink