Skip to content

abubelinha/zenodo-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zenodo-python

Zenodo client written in Python

installation

  1. Download zenodolib.py
  2. Generate a personal access token in Zenodo and/or Zenodo sandbox (see https://sandbox.zenodo.org/account/settings/applications/)
  3. Save token string content somewhere and use it in your script like this:
	my_token = 'blah-blah-blah'
	my_sandbox_token = 'blah-blah-blah-whatever'
	from zenodolib import ZenodoHandler
	# to use sandbox, pass test=True and access_token=my_sandbox_token:
	api = ZenodoHandler(access_token=my_sandbox_token, proxies={}, test=True) 

See examples.py

About

Zenodo client written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%