Created
November 16, 2015 21:07
-
-
Save RobSpectre/0c384d72b1c327b7f50d to your computer and use it in GitHub Desktop.
Instagram user search
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
from instagram.client import InstagramAPI | |
api = InstagramAPI( | |
client_id='XXXXXXXXXXXXXXXXXXXXXXXXX', | |
client_secret='YYYYYYYYYYYYYYYYYYYYYYYYYY') | |
search_results = api.user_search(q='natgeo') | |
print(search_results) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment