diff --git a/README.md b/README.md index 369713e..61136a6 100644 --- a/README.md +++ b/README.md @@ -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'```