Created
December 8, 2017 15:22
-
-
Save dvingerh/cba7ae1146cd516c0cd9c4464260a0da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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