Skip to content

Releases: Davincible/goinsta

v3.2.6

11 Jan 10:53
6399260
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.5...v3.2.6

v3.2.0

08 Sep 17:51
v3.2.0
6459c25
Compare
Choose a tag to compare

Release notes:

  • Upgrade to v250.0.0.21.109
  • IGTV upload deprecated. Instagram moved all video uploads, IGTV and posts, to 'clips' (Reels).
  • Fix Logout
  • Fix some race conditions
  • Add session to config export

v3.1.3

14 Aug 11:12
v3.1.3
fbb6894
Compare
Choose a tag to compare
Create v3.1.3

v3.0.5

24 Jan 11:31
Compare
Choose a tag to compare

New Functionality:

  • receiving voice memo's, stickers, and raven_media
  • Accept or ignore pending friend requests on private accounts (example)
  • Auto accept privacy cookies through a headless browser
  • Auto open challenges in browser
  • 2FA has been made easier to use (see wiki for example)
  • Turn on debug mode to log all responses as json with the env variable GOINSTA_DEBUG, e.g. GOINSTA_DEBUG=true go run main.go
  • Probably some more stuff

v3.0.4

13 Nov 16:14
Compare
Choose a tag to compare

Download & DownloadTo
The Download method now returns a byte slice, where as DownloadTo(path) will download and save to disk.

Add profile pic download methods
user.DownloadProfilePic() & user.DownloadProfilePicTo(path)

Fix DM media items not showing up

Broadcasts:
DashPlaybackUrl > DashPlaybackURL
DashAbrPlaybackUrl > DashAbrPlaybackURL
Add UserPaySupportersInfo
BroadcastLikes small changes (see commit for details)

Item.ID type string > type interface{}, use item.GetID() to get string

Comment struct:
ID type int64 > type interface{}
Type type int > type interface{}

v3.0.3

24 Aug 15:05
Compare
Choose a tag to compare
Add debug options & fix inbox last permanent item

v3.0.2

24 Aug 13:19
Compare
Choose a tag to compare
Use goroutines for long sequences

v3.0.1

21 Aug 11:39
Compare
Choose a tag to compare

Bug fixed & thread safety. Couple new endpoints

v3.0.0

18 Aug 18:08
Compare
Choose a tag to compare

Aka v2021. All endpoints have been updated, and tests have been added.