Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created November 16, 2015 21:07
Show Gist options
  • Save RobSpectre/0c384d72b1c327b7f50d to your computer and use it in GitHub Desktop.
Save RobSpectre/0c384d72b1c327b7f50d to your computer and use it in GitHub Desktop.
Instagram user search
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