Skip to content

Instantly share code, notes, and snippets.

@dvingerh
Created December 8, 2017 15:22
Show Gist options
  • Select an option

  • Save dvingerh/cba7ae1146cd516c0cd9c4464260a0da to your computer and use it in GitHub Desktop.

Select an option

Save dvingerh/cba7ae1146cd516c0cd9c4464260a0da to your computer and use it in GitHub Desktop.
import auth
from instagram_private_api import Client, ClientCompatPatch
def do_something():
instagram_app_api = auth.login_instagram("username", "password")
# Do stuff with instagram_app_api
do_something()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment