project init

This commit is contained in:
Xevion
2021-03-14 09:35:39 -05:00
commit 356813ed64
3 changed files with 175 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# thesaurus-scraper
A simple Scrapy project to crawl Thesaurus.com generally.
## Setup
```
git clone git@github.com:Xevion/thesaurus-scraper.git
pipenv install
```
## Run
```
cd scraper
scrapy
```