Skip to content

Instantly share code, notes, and snippets.

@mwja
Created October 29, 2016 11:09
Show Gist options
  • Save mwja/c939fabd92a672746565b02e7353218e to your computer and use it in GitHub Desktop.
Save mwja/c939fabd92a672746565b02e7353218e to your computer and use it in GitHub Desktop.
Stitch program to automate dynamic up grabbing.
import('request')
import('io')
every(60000) io('ip.json')write(request.https('api.ipify.org?format=json') end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment