DanMcInerney 65bd754d0c small cleanup
2014-08-13 02:34:00 -04:00
2014-08-13 02:34:00 -04:00
2014-07-25 06:28:24 -04:00
2014-06-24 05:50:32 -04:00
2014-08-12 10:19:16 -04:00
2014-06-23 07:24:43 -04:00

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.

Description
No description provided
Readme 7.7 MiB
Languages
Python 98.5%
PHP 1.5%