Skip to content

OpenEngr/engrXiv-API

This branch is 3 commits ahead of, 10 commits behind eartharxiv/API:master.

Repository files navigation

Requirements and Background

In order to access the API you will need an API Token. Tokens are unique to each user and should not be shared. As such, no token is included in this repository. To get your token, first login to the OSF site. Visit https://osf.io/settings/tokens/. The "New Token" button will generate a new token specific to your account.

Once you have the token, open the file named api_token.py and paste your token in place of AUTHTOKEN.

The API call is handled through the OSF here: https://api.osf.io/v2/preprints/?filter[provider]=engrxiv&filter[reviews_state][ne]=initial

TO DO

Please note, this code is currently very preliminary and only used for testing. It does not (yet) extract all values returned from the API. Development will continue over the next few weeks and the code may be updated often.

About

Examples, Demos, and Resources for accessing the engrXiv API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%