Get Instagram User Media in Go
Get links of Instagram user media (photos and videos) in Go.
The following three values are must to access the Instagram API.
ds_user_id
sessionid
csrftoken
First login to Instagram from Chrome browser, and there are two ways to get the above information:
- From Chrome Developer Tools: See this SO answer or Obtain cookies section in instastories-backup repo.
- From Chrome extension: Use EditThisCookie or cookie-txt-export or other cookie tools.
Released in public domain. See UNLICENSE.
[1] | GitHub - siongui/goiguserid: Get id of Instagram user in Go |
[2] | GitHub - siongui/goigstorylink: Get Links (URL) of Instagram Stories in Go |
[3] | GitHub - siongui/goigfollow: Get Instagram following and followers in Go |
[4] | GitHub - siongui/goigstorydl: Download Instagram Stories in Go |