Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eddotman committed Jun 3, 2015
1 parent c9a1e6b commit f3b9442
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
article-downloader
==================
[![Build Status](https://travis-ci.org/eddotman/article-downloader.svg?branch=master)](https://travis-ci.org/eddotman/article-downloader)
[![Build Status](https://travis-ci.org/eddotman/article-downloader.svg?branch=master)](https://travis-ci.org/eddotman/article-downloader) [![Documentation Status](https://readthedocs.org/projects/article-downloader/badge/?version=latest)](https://readthedocs.org/projects/article-downloader/?badge=latest)


Uses publisher APIs to programmatically retrieve large amounts of scientific journal articles for text mining.
Primarily built for Elsevier's text mining API; support for other APIs is gradually being added.
Expand All @@ -15,6 +16,9 @@ It's usually best to add your API key to your environment variables with somethi

You can find DOIs using a CSV where the first column corresponds to search queries, and these queries will be used to find articles and retrieve their DOIs.

##Documentation
You can read the documentation for this repository [here](http://article-downloader.readthedocs.org/en/latest/).

##Examples

###Downloading a single article
Expand Down

0 comments on commit f3b9442

Please sign in to comment.