Skip to content

EhsanMehdipour/zenodo-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload files to Zenodo using API

Upload files directly to the Zenodo repository using the API

Requirements

Token: create a token in Zenodo --> Profile --> Application --> Personal access tokens --> New Token.

Save this token as an environment variable called "ZENODO_TOKEN" in the system to be accessible by os.getenv("ZENODO_TOKEN").

DOI_ID: Create a repository in Zenodo and reserve a DOI. Use the DOI ID in the code as DOI_ID.

Run

In the main.py code, change the DOI_ID and the list of files filenames to be uploaded to the Zenodo repository.

About

Upload files directly to Zenodo using API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages