Files
xsscrapy/README.md
DanMcInerney e762d0ca3e readme
2014-08-12 10:19:16 -04:00

297 B

xsscrapy

From within the main folder run:

scrapy crawl xsscrapy -a url='http://something.com'

If you wish to login then crawl:

scrapy crawl xsscrapy -a url='http://something.com/login_page' -a login=username -a pw=secret_password

Output is stored in formatted-urls.txt.