Skip to content

Instantly share code, notes, and snippets.

View tcn33's full-sized avatar
:shipit:

Toby Nieboer tcn33

:shipit:
View GitHub Profile
@tcn33
tcn33 / swarm-day-one-import.py
Last active January 14, 2025 00:22 — forked from samgrover/swarm-day-one-import.py
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