mirror of
https://github.com/Xevion/thesaurus-scraper.git
synced 2025-12-09 16:08:52 -06:00
18 lines
202 B
Markdown
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
|
|
```
|