Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Releases: ahmdrz/goinsta

v2.4.5

21 Oct 10:41
Compare
Choose a tag to compare

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

Trying to fix Go Modules problem.

01 Aug 11:51
1fcb9be
Compare
Choose a tag to compare

UserAgent updated.

28 Jul 17:26
Compare
Choose a tag to compare
v2.4.3

update search_test.go file.

Utilities package added to goinsta.

02 Jun 04:45
Compare
Choose a tag to compare
v2.4.2

update examples/utilities/mod file

Trying to fix problem in go.mod file.

27 Jan 07:38
Compare
Choose a tag to compare
fix #199 & #201 type mismatch (#200)

* Update newconversation.go

* Update types.go

Fixed a few errors.

04 Jul 18:09
Compare
Choose a tag to compare
v2.3

Merge branch 'alpha' of ssh://github.com:/ahmdrz/goinsta into alpha

Fixed Account and export errors

01 Jul 19:13
Compare
Choose a tag to compare
  • Account fill information after Login fixed.
  • Save() function now returns error
  • Fixed Getenv() parameter errors in Save function.

Goinsta version 2.2

19 Jun 13:42
Compare
Choose a tag to compare
  • Go Vet errors and warnings.
  • Save function
  • Fix bugs

Version 2.0

28 May 22:04
Compare
Choose a tag to compare

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.

New login

02 Jun 22:00
Compare
Choose a tag to compare

This release implements:

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