File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Scrapyrt (Scrapy realtime)
2424Introduction
2525============
2626
27- HTTP server which provides API for scheduling Scrapy spiders and
27+ HTTP server which provides API for scheduling ` Scrapy < https://scrapy.org/ >`_ spiders and
2828making requests with spiders.
2929
3030Features
@@ -56,9 +56,9 @@ and will raise error if it won't find one. Note that you need to have all
5656your project requirements installed.
5757
5858Scrapyrt supports endpoint ``/crawl.json `` that can be requested
59- with two methods.
59+ with two methods: GET and POST .
6060
61- To run sample ` toscrape-css spider `_ from `Scrapy educational quotesbot project `_
61+ To run sample toscrape-css spider from `Quotesbot < https://github.com/scrapy/ quotesbot> `_
6262parsing page about famous quotes::
6363
6464 curl "http://localhost:9080/crawl.json?spider_name=toscrape-css&url=http://quotes.toscrape.com/"
You can’t perform that action at this time.
0 commit comments