Skip to content

ourresearch/openalex-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

pip install git+https://github.com/ourresearch/openalex-http

Add line to requirements.txt:

git+https://github.com/ourresearch/openalex-http

Update:

pip install -U git+https://github.com/ourresearch/openalex-http

Uninstall:

pip uninstall openalex-http

Example usages:

from openalex_http.http_cache import http_get
r = http_get('https://doi.org/10.1103/PhysRevC.109.054910')
print(r.text_big())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages