A Python wrapper for the Instagram API
| Method | Endpoint |
|---|---|
| handle_to_id() | GET users/search |
| self_followed_by() | GET users/self/followed-by |
| media_recent() | GET users/{user-id}/media/recent |
| media_comments() | GET media/{media-id}/comments |
| media_likes() | GET media/{media-id}/likes |
| media() | GET media/shortcode/{shortcode} GET media/{media-id} |
| locations_search() | GET locations/search |
| locations_media_recent() | GET locations/{location-id}/media/recent |
| locations() | GET locations/{location-id} |
| tag_media_recent() | GET tags/{tag}/media/recent |