Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added  S3 https download link
  • Loading branch information
renatosc committed Nov 14, 2018
1 parent dbabf1e commit 111a1e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This is an open source dataset composed of millions of news articles mostly scra

## Downloading

The dataset is currently hosted on a public S3 bucket and is about 9.1GB in size.
The dataset is currently hosted on a public S3 bucket and is about 9.1GB in size. To download it just click on the link below:

s3://researchably-fake-news-recognition/public_corpus/news_cleaned_2018_02_13.csv.zip
https://researchably-fake-news-recognition.s3.amazonaws.com/public_corpus/news_cleaned_2018_02_13.csv.zip

To download it simply run the following command with installed [awscli](https://github.com/aws/aws-cli) and configured with a (free) AWS account.
or simply run the following command with installed [awscli](https://github.com/aws/aws-cli) and configured with a (free) AWS account.

aws s3 cp s3://researchably-fake-news-recognition/public_corpus/news_cleaned_2018_02_13.csv.zip news_corpus.csv.zip

Expand Down

0 comments on commit 111a1e9

Please sign in to comment.