Skip to content

Instantly share code, notes, and snippets.

View julieannemarion's full-sized avatar

julieanne julieannemarion

View GitHub Profile
@julieannemarion
julieannemarion / notion2Habitica.py
Last active November 23, 2022 17:49 — forked from gauchy/notion2Habitica.py
Notion to Habitica Sync tool
import requests, json
#Notion's token and databaseId
token = 'secret_AaYrGdhHfAfAlFTGSxfTuAR0unNhxtN0wtZvyQI2OAJ'
databaseId = '6a1779dc87b442aab98b597ee1cf09a9'
#Notion's headers
headers = {
"Authorization": "Bearer " + token,
"Content-Type": "application/json",