Ping Instagram Private Api Versions Save

A Python library to access Instagram's private API.

1.4.0

6 years ago

Change log:

  • Common:
    • :fire: BREAKING CHANGE: New ClientConnectionError for network-related errors
  • App API:
    • Add comment replies endpoint
    • Add presence endpoints
    • Add tag following endpoints
    • Update user and tag search endpoints
    • Update app version to 26
  • Web API:
    • :fire: BREAKING CHANGE: Tag and Location feeds updated to use graphql endpoints.
    • Add timeline feed, reels tray, reels (stories) feed

1.3.6

6 years ago

Change log:

  • App API:
    • Minor fixes

1.3.5

6 years ago

Change log:

  • App API:
    • Fix video upload retry logic
    • Fix compatpatch typo
    • Improve app compatpatch for media location

1.3.4

6 years ago

Change log:

  • App API:
    • New endpoints: ignore_user(), remove_follower(), replay_broadcast_comments(), replay_broadcast_likes()
  • Minor fixes

1.3.3

6 years ago

Change log:

  • Web API:
    • New endpoints: user_info2()
    • Deprecate all remaining endpoints using query/: user_info(), media_info()

1.3.2

6 years ago

Change log:

  • App API:
    • New endpoints: feed_only_me(), media_only_me(), media_undo_only_me(), enable_post_notifications(), disable_post_notifications()
    • Deprecated: user_map(), expose()
    • Removed device info, keys, etc from settings property.
  • Web API:
    • New endpoints: post_photo(), tag_feed(), location_feed()
    • Removed user-agent from settings property.

1.3.1

6 years ago

Change log:

  • App API:
    • Client.standard_ratios() and Client.reel_ratios() is deprecated and replaced with MediaRatios.standard and MediaRatios.reel respectively.
    • Deprecated and experimental endpoints now warned with ClientDeprecationWarning and ClientExperimentalWarning.
    • collection_feed(), feed_liked(), self_feed() have been updated to support pagination through the max_id kwarg.

1.3.0

6 years ago

1.3.0

This update is recommended, especially for those using the web api.

  • Web API:
    • Important: The new graphql endpoint appears to be replacing the old query endpoint. The graphql endpoint is comparatively more limited and some attributes may no longer be available.
    • You should exercise caution when using functions relying on the old query endpoints such as user_info() and media_info()since IG no longer uses them.
    • user_feed() is now using the graphql endpoint and has compatibility-breaking changes. 9d7caef5ecdd0574739c3f608e1ac8d385a7228f
  • App API:
    • Fix regression with photo posting and profile image update. f7c093820586536ad155095f4350c80f58046020
    • Breaking Change: Removed is_video argument from reel_compatible_aspect_ratio() b9da4cfecc7cc8651d4e0e4f3b17628ba802ce00

1.2.8

6 years ago

Change log:

  • New app client endpoint: api.bulk_delete_comments() 365dadbb3dd4f6dfd3d33fb5c8ccad85e87b9112
  • Prevent uploading of very small chunks when posting video
  • Web API updates to use new graphql endpoints cc9ae226e474163750a4ba7dfd26999fe423da20

1.2.7

6 years ago

Change log:

  • New endpoints: api.friendships_unblock(), api.block_friend_reel(), api.unblock_friend_reel(), api.set_reel_block_status(), api.blocked_reels(), api.blocked_user_list(), api.user_reel_settings(), api.set_reel_settings()
  • Update api.media_seen()
  • Fix ClientCompatPatch.media() for carousel/album posts
  • Other minor fixes