{"id":26694556,"url":"https://github.com/csidirop/zenodoconnector","last_synced_at":"2025-03-26T18:30:22.348Z","repository":{"id":283297225,"uuid":"951289303","full_name":"csidirop/ZenodoConnector","owner":"csidirop","description":"Usage of Zenodos API","archived":false,"fork":false,"pushed_at":"2025-03-19T14:11:08.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T14:33:57.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csidirop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-19T12:58:26.000Z","updated_at":"2025-03-19T14:11:12.000Z","dependencies_parsed_at":"2025-03-19T14:35:12.417Z","dependency_job_id":"c4d25fae-18cb-4a04-a760-b644dc50abfc","html_url":"https://github.com/csidirop/ZenodoConnector","commit_stats":null,"previous_names":["csidirop/zenodoconnector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csidirop%2FZenodoConnector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csidirop%2FZenodoConnector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csidirop%2FZenodoConnector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csidirop%2FZenodoConnector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csidirop","download_url":"https://codeload.github.com/csidirop/ZenodoConnector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245712386,"owners_count":20660231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-26T18:30:20.188Z","updated_at":"2025-03-26T18:30:21.763Z","avatar_url":"https://github.com/csidirop.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZenodoConnector\nZenodoConnector is a shell script designed to facilitate interactions with [Zenodo's](https://zenodo.org/) REST API. It enables users to automate tasks such as uploading files, creating records, and managing deposits on Zenodo, a free and open repository for research data.\n\n## Features\n- Upload files to Zenodo\n- Create and manage records\n- Automate deposits\n\n## Prerequisites\n- Unix-based operating system\n- cURL installed\n- A Zenodo account\n- Zenodo API token (available from your Zenodo account settings)\n\n## Usage\n\n1. Clone this repository: `git clone https://github.com/csidirop/ZenodoConnector.git`\n2. Navigate to the repository directory:`cd ZenodoConnector`\n3. Make the script executable: `chmod +x zenodo_connector.sh`\n4. Run the script with the necessary parameters: `./zenodo_connector.sh [options]`\n\n   Replace `[options]` with the appropriate flags and arguments as per your requirements.\n\n### Options\n#### General:\n```bash\n./zenodo_connector.sh --mode=[init|upload|discard|publish] --record_id=[id] --file=[file] --access_token=[path/to/token|token]\n```\n#### Example:\n```bash\n# Create a new record:\n./zenodo_connector.sh --mode=init --access_token=[token]\n# Upload a file to an existing record:\n./zenodo_connector.sh --mode=upload --record_id=1234 --file=path/to/example.txt --access_token=[path/to/tokenfile]\n# Discard a record:\n./zenodo_connector.sh --mode=discard --record_id=1234 --access_token=[path/to/tokenfile]\n# Publish a record:\n./zenodo_connector.sh --mode=publish --record_id=1234 --access_token=[path/to/tokenfile]\n```\n\n## License\nThis project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsidirop%2Fzenodoconnector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsidirop%2Fzenodoconnector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsidirop%2Fzenodoconnector/lists"}