Guest User

Untitled

a guest
Feb 7th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. from InstagramAPI import InstagramAPI
  2.  
  3. instauser = ''
  4. instapass= ''
  5.  
  6. igapi = InstagramAPI(instauser, instapass)
  7. igapi.login()
  8.  
  9. info = igapi.getSelfUsernameInfo()
  10. woop = igapi.LastJson
  11. print(woop['user']['media_count'])
  12. print(woop['user']['following_count'])
  13. print(woop['user']['follower_count'])
Add Comment
Please, Sign In to add comment