readme update

This commit is contained in:
DanMcInerney
2014-06-28 07:26:13 -04:00
parent 8ec4d815ad
commit 5331b0e852

View File

@@ -1,4 +1,11 @@
xsscrapy
========
under construction
From within the main folder run:
```scrapy crawl xss_spider -a url='http://something.com'```
If you wish to login then crawl:
```scrapy crawl xss_spider -a url='http://something.com/login_page' -a login='username' -a pw='secret_password'```