Skip to content

Commit d822b0c

Browse files
committed
Clarify item in README.md
1 parent fecd75f commit d822b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scraper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Scraping
2-
This section contains the code we used for scraping news article content from various Canadian outlets, as well as added utilities for performing aggregations on the database for the dashboard. Note that we store all our data on a MongoDB database, so the scraper code shown in this repo can be modified accordingly if using any other database downstream. The code in this directory was tested on Python 3.6, but should be valid for higher versions.
2+
This section contains the code we used for scraping news article content from various Canadian outlets. Note that we store all our data on a MongoDB database, so the scraper code shown in this repo can be modified accordingly if using any other database downstream. The code in this directory was tested on Python 3.6, but should be valid for higher versions.
33

44
## Required installations for scraping and data storage
55
* MongoDB: Installation instructions [here](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/).

0 commit comments

Comments
 (0)