Skip to content

Instantly share code, notes, and snippets.

View zaneselvans's full-sized avatar
💭
🇲🇽 🌴

Zane Selvans zaneselvans

💭
🇲🇽 🌴
View GitHub Profile
@fjuniorr
fjuniorr / .gitignore
Last active October 7, 2023 21:08
SQLite DB that is annotated by a `datapackage.json`
venv/
import requests
params = {'access_token': '<your-access-token>'}
# Create the deposit resource
url = "https://sandbox.zenodo.org/api/deposit/depositions"
headers = {"Content-Type": "application/json"}
res = requests.post(
url,