From 55511a965fd9fcffdc314cf4e277d0d0682dc12e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Feb 2019 14:07:02 +0100 Subject: use google sheet as source of truth for citations --- scraper/s2-papers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scraper/s2-papers.py') diff --git a/scraper/s2-papers.py b/scraper/s2-papers.py index 86e2d614..1fd901c7 100644 --- a/scraper/s2-papers.py +++ b/scraper/s2-papers.py @@ -15,7 +15,7 @@ s2 = SemanticScholarAPI() @click.command() def fetch_papers(): addresses = AddressBook() - lookup_keys, lines = read_csv('./datasets/citation_lookup.csv') + lookup_keys, lines = fetch_google_sheet('citation_lookup') report_keys = [ "key", "name", "our title", 'found title', '', '', 'address', 's2 id' ] -- cgit v1.2.3-70-g09d2