Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.24 KB

File metadata and controls

17 lines (15 loc) · 1.24 KB

InstaPy

A Python wrapper for the Instagram API

Supported Endpoints and Their Respective Methods

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