siongui / goigstorylink

Get Links (URL) of Instagram Stories in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Scrape Instagram Stories in Go

https://godoc.org/github.com/siongui/goigstorylink?status.png https://api.travis-ci.org/siongui/goigstorylink.png?branch=master https://goreportcard.com/badge/github.com/siongui/goigstorylink

https://img.shields.io/twitter/url/https/github.com/siongui/goigstorylink.svg?style=social

Get all links of Instagram stories in Go.

Obtain Cookies

The following three values are must to access the Instagram story API.

  • ds_user_id
  • sessionid
  • csrftoken

First login to Instagram from Chrome browser, and there are two ways to get the above information:

  1. From Chrome Developer Tools: See this SO answer or Obtain cookies section in instastories-backup repo.
  2. From Chrome extension: Use EditThisCookie or cookie-txt-export or other cookie tools.

JSON fields of Instagram API

Only necessary fields are included in the code of this repo. If you need more complete fields, please see types.go in goinsta repo.

UNLICENSE

Released in public domain. See UNLICENSE.

References

[1]Chrome IG Story — Bribing the Instagram Story API with cookies 🍪🍪🍪
[2]
[3]
[4]
[5]
Chrome Extension:

[1]

About

Get Links (URL) of Instagram Stories in Go

License:The Unlicense


Languages

Language:Go 96.5%Language:Makefile 3.5%