Ping Instagram Private Api Versions Save

A Python library to access Instagram's private API.

1.2.6

7 years ago

Change log:

  • Change default user agent constants
  • Video:
    • implement chunks upload retry
    • remove configure delay
    • support using a file-like object instead of having the whole file in memory
  • Implement collections
  • Update app version to 10.16.0
  • Other minor fixes

1.2.5

7 years ago

Change log:

  • Update app version to 10.15.0
  • New ad_id property for login
  • Update friendships_create(), friendships_destroy(), post_comment(), post_like(), delete_like()

1.2.4

7 years ago

Change log:

  • Fix the case when a cookie doesn't have an expiry date

1.2.3

7 years ago

Change log:

  • Update app version to 10.14.0

1.2.2

7 years ago

Change log:

  • Bug fix configure_video()

1.2.1

7 years ago

Change log:

  • New helper method user_broadcast() to get a user's live broadcast
  • Add new filters to ClientCompatPatch

1.2.0

7 years ago

Change log:

  • Invalid parameters now consistently raise ValueError. Affected endpoints can be found in 146a84b.
  • New ClientThrottledError for 429 (too many requests) errors

1.1.5

7 years ago

Change log:

  • Fix pip setup
  • Fix web client search
  • Add size validation for post_photo and post_video

1.1.4

7 years ago

Change log:

  • Update configure story endpoint and parameters
  • Validate video story duration
  • New utility class InstagramID for ID/shortcode conversions

1.1.3

7 years ago

Minor improvements