Skip to content

Instantly share code, notes, and snippets.

View johncameron3's full-sized avatar

John Cameron johncameron3

View GitHub Profile
@samgrover
samgrover / swarm-day-one-import.py
Created April 16, 2019 17:51
Parse the Swarm/Foursquare exported data and create entries in Day One using their command line tool.
#!/usr/bin/env python
# Parse the Swarm/Foursquare exported data and create entries in Day One using their command line tool.
# Day One command line tool available at: http://dayoneapp.com/support/CLI
import sys
import json
import requests
import subprocess
import time