mirror of
https://github.com/Xevion/thesaurus-scraper.git
synced 2025-12-06 01:16:35 -06:00
22 lines
353 B
Markdown
22 lines
353 B
Markdown
# thesaurus-scraper
|
|
|
|
A simple Scrapy project to crawl Thesaurus.com generally.
|
|
|
|
## Setup
|
|
|
|
Clone the repository and install project dependencies with pipenv.
|
|
|
|
```
|
|
git clone git@github.com:Xevion/thesaurus-scraper.git
|
|
pipenv install
|
|
```
|
|
|
|
## Run
|
|
|
|
Run the project inside the `scraper` directory with the `scrapy` project command.
|
|
|
|
```
|
|
cd scraper
|
|
scrapy
|
|
```
|