Skip to content

Instantly share code, notes, and snippets.

View PaulHalliday's full-sized avatar
🚀
S H I P P I N G

Paul Halliday PaulHalliday

🚀
S H I P P I N G
View GitHub Profile
@PaulHalliday
PaulHalliday / Get-TodoistBackup.ps1
Last active June 11, 2018 16:44 — forked from dansmith65/Get-TodoistBackup.ps1
FIX: Powershell script to download the latest backup from Todoist
# Get-TodoistBackup.ps1
# Created By: Daniel Smith dan@dansmith65.com
#
# Download the latest backup from Todoist
#
$token = ""
$headers = @{
Authorization = "Bearer $token"
}