Files
thesaurus-scraper/README.md
2021-03-14 09:35:39 -05:00

18 lines
202 B
Markdown

# 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
```