using SSH:
- log in to AP:
$ ssh ubnt@<IP> - default username & password:
ubnt&ubnt
| Command | Example | Function |
|---|
| #!/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 |