libfulltext is a python suite to aid with bulk-downloading open-access papers. Our aim is to allow to quickly determine a list of open-access papers from all journals and download their full text.
Before you can get going you need to install the required python packages
(see requirements.txt
)
and setup the configuration with
the required API keys for the publishers.
For some publishers (like Elsevier) we absolutely require an API key. See getting your API keys for details.
Before starting to use libfulltext
, you therefore need to
place at least the following minimal configuration into
the file ~/.config/libfulltext/config.yaml
:
publishers:
elsevier:
apikey: "your_elsevier_api_key_here"
For a more complete guide to the configuration file, see doc/config.md.
This project started from a workshop at 34c3. Some information, ideas and resources are not yet transfered related to this project you can find on the 34c3 open science workshop pad.
Copyright (C) 2017-2018 the libfulltext authors.
libfulltext is published under the GPL v3 license.