From 618719b41794f09b41a0c8c15859363a024940ce Mon Sep 17 00:00:00 2001 From: Navneet Date: Thu, 1 Oct 2020 11:20:40 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8dc83a4..c4f2057 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # UyghurWebsiteCrawler -simple crawler for some uyghur website such as uy.ts.cn,bbs.bagdax.cn,www.bagdax.cn(using python and scrapy) +A simple crawler for some uyghur websites such as uy.ts.cn, bbs.bagdax.cn, www.bagdax.cn(using python and scrapy) -### Preparations: +### Pre-requisites: Python and Scrapy is needed. -Before run this code , please read the Scrapy Docs: +Before running this code , please read the Scrapy Docs at: http://scrapy.org/ ### Run -To run the code open the Terminal and run the commond some like below(where xxx is your scrapy spider name ): +To run the code, open the Terminal and run the commands like below(where xxx is your scrapy spider name): scrapy crawl xxxx