From 88aff1a06c0d13848ceec0909d83b58375cabed4 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 27 Jan 2013 08:01:05 -0600 Subject: [PATCH] README: describe another paperbot compulsion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87d75a..aeebe0e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Paperbot is an IRC bot that fetches academic papers. It monitors all conversatio
## deets -All content is scraped using [zotero/translators](https://github.com/zotero/translators). These are javascript scrapers that work on a large number of academic publisher sites and are actively maintained. Paperbot offloads links to [zotero/translation-server](https://github.com/zotero/translation-server), which runs the zotero scrapers headlessly in a gecko and xulrunner environment. +All content is scraped using [zotero/translators](https://github.com/zotero/translators). These are javascript scrapers that work on a large number of academic publisher sites and are actively maintained. Paperbot offloads links to [zotero/translation-server](https://github.com/zotero/translation-server), which runs the zotero scrapers headlessly in a gecko and xulrunner environment. The scrapers return metadata and a link to the pdf. Then paperbot fetches that particular pdf. Also, sometimes in IRC someone drops a link straight to a pdf, which paperbot is also happy to compulsively archive. * [zotero/translators](https://github.com/zotero/translators) * [zotero/translation-server](https://github.com/zotero/translation-server)