Skip to content

Instantly share code, notes, and snippets.

@mapio
Last active August 29, 2015 14:14
Show Gist options
  • Save mapio/a0414c4dc7b2cb7d1729 to your computer and use it in GitHub Desktop.
Save mapio/a0414c4dc7b2cb7d1729 to your computer and use it in GitHub Desktop.
How to install a kind of desktop client for Instagram on OSX

You just need two steps:

Invoking `instagram' from the shell will then do the trick.

#!/bin/bash
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--app='chrome-extension://opnbmdkdflhjiclaoiiifmheknpccalb/popup.html' \
--app-shell-host-window-size 480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment