Goinsta Versions Save

Unofficial Instagram API written in Golang

v2.4.5

4 years ago

FeedTag: add func for fetching next feedTag page #264 Implement upload album #267 Add some minor improvements #271 Fixed invalid status code for friendShip in users.go #276 Add verify API support #277 (Completing verification process via API #198) Added support for songs in Stories #278

v2.4.4

4 years ago

#240

v2.4.3

4 years ago

v2.4.2

4 years ago

v2.4.0

5 years ago

v2.3

5 years ago

2.2.1

5 years ago
  • Account fill information after Login fixed.
  • Save() function now returns error
  • Fixed Getenv() parameter errors in Save function.

v2.2

5 years ago
  • Go Vet errors and warnings.
  • Save function
  • Fix bugs

v2.1

5 years ago

This release implements:

  • New login mode.
  • Fixes inbox error.
  • Fixes highlights error.
  • Fixes comments pagination error.
  • Fixes sync account error.
  • Changes acquireFeed to GetMedia.

v2.0-alpha

5 years ago

Introduces new concept of API:

  • HTTP2 by default.
  • Object independency. Can handle multiple instagram accounts.
  • Backup methods. You can use Export and Import functions.
  • Security. Your password is only required to login. After login your password is deleted.
  • No External Dependencies. Goinsta will not use any Go packages outside of the standard library.