mirror of
https://github.com/Xevion/thesaurus-scraper.git
synced 2025-12-06 05:16:47 -06:00
setup scrapy project defaults
This commit is contained in:
@@ -4,6 +4,8 @@ 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
|
||||
@@ -11,6 +13,8 @@ pipenv install
|
||||
|
||||
## Run
|
||||
|
||||
Run the project inside the `scraper` directory with the `scrapy` project command.
|
||||
|
||||
```
|
||||
cd scraper
|
||||
scrapy
|
||||
|
||||
Reference in New Issue
Block a user