Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,4 @@ Notes:
|
|
10 |
* See the example file `askreddit.json` in this repo if you want to see what you're getting before downloading all the data.
|
11 |
* The list of subreddits included are listed in `top-5k-subreddits.json`.
|
12 |
* NSFW subreddits have been included in the crawl, so you might have to filter them out depending on your use case.
|
13 |
-
* The Deno scraping/crawling script is included as `crawl.js`, and can be started with `deno run --allow-net --allow-read=. --allow-write=. crawl.js` once you've installed Deno and have downloaded `top-5k-subreddits.json` into the same folder as `crawl.js`.
|
|
|
10 |
* See the example file `askreddit.json` in this repo if you want to see what you're getting before downloading all the data.
|
11 |
* The list of subreddits included are listed in `top-5k-subreddits.json`.
|
12 |
* NSFW subreddits have been included in the crawl, so you might have to filter them out depending on your use case.
|
13 |
+
* The Deno scraping/crawling script is included as `crawl.js`, and can be started with `deno run --allow-net --allow-read=. --allow-write=. crawl.js` once you've [installed Deno](https://deno.land/manual/getting_started/installation) and have downloaded `top-5k-subreddits.json` into the same folder as `crawl.js`.
|