You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Python packages include:
21
21
22
22
1. Clone this repository
23
23
2. Move to the `yc-scraper` directory
24
+
2.[Optional] Create an environment for `yc-scraper` (for example by ```conda create --name <env_name> --file requirements.txt```)
24
25
3. Run `python yc_links_extractor.py`. This will fetch the individual URLs for the spider to crawl.
25
26
4. Run `scrapy runspider scrapy-project/ycombinator/spiders/yscraper.py -o output.jl`. This generates a JSON lines file which you can read with Pandas:
0 commit comments