Skip to content

Releases: luciengaitskell/python-instagram

PEP8 and Styling Updates

15 Feb 03:41
Compare
Choose a tag to compare

v0.4.0 --> v0.4.1 Changes:

  • The .idea and tmp folders have been ignored, for development.
  • The test file instagram_import_test has been renamed test_instagram_import to follow the file naming standard.
  • The library files have been updated to follow PEP8 (more closely).

Improved 'User' Class Handling (in 'Client'), Error Messages, and Variable Access

22 Jan 20:10
Compare
Choose a tag to compare

v0.3.1 --> v0.4.0 Changes:

  • A token property has been added to the User class, for easier access.
  • The HTTPException message format has been fixed by taking the meta value (if it exists).
  • The Client.users property has been changed to a dictionary (from a list), where the key is the Instagram user id.

Add 'errors' Module Import to Instagram

22 Jan 03:52
Compare
Choose a tag to compare

v0.3.0 --> v0.3.1 Changes:

  • The errors module has been imported in Instagram, to allow for easier external access.

Improve User Data Storage and Retrieval

22 Jan 03:08
Compare
Choose a tag to compare

v0.2.0 --> v0.3.0 Changes:

  • The Client.add_user() method has been changed to Client.get_user(). Client.add_user() now implements this function. This allows for a user to be created, but not added to the ‘Client’ object’s user list.
  • The HTTPClient.request() method now filters out the 'data' key/value on responses that have them.
  • User objects now store the Instagram account id and username on login and run of User.update_user_info().
    • User.get_user_data() has been added to allow for a dictionary to be returned of the User object data.

New Login Method (Authorization Code)

18 Jan 01:57
Compare
Choose a tag to compare

v0.1.1 --> v0.2.0 Changes:

  • static_login() has been changed to set_token() for less ambiguous name
  • set_token_from_code() has been added for generating access tokens from authorization codes.
  • The build status has been added to README.md

Fixed Setup Utils Name

18 Jan 01:47
Compare
Choose a tag to compare
Pre-release

v0.1.0 --> v0.1.1 Changes:

  • The setup utils name has been fixed (instagram.py has been changed to python-instagram)

Initial Release

18 Jan 01:45
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.1.0

Initial Release