Skip to content

jmartone/InstaPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

A Python wrapper for the Instagram API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages