Package instago helps you access the private API of Instagram. For examle, get URLs of all posts of a specific Instagram user, media (photos and videos) links of posts, stories of a Instagram user, your following and followers.
Package instago helps you access the private API of Instagram. For examle, get URLs of all posts of a specific Instagram user, media (photos and videos) links of posts, stories of a Instagram user, your following and followers.
Package goinsta implements Goinsta private API in Golang. We changed the API for the comfort of the user. The new API is object-oriented making the programming bot task less repetitive. Probably you will find this API a bit confusing. This API is a little representation of Instagram engineers work. We are trying to humanize it. Do not care. If you have any question you can open an issue. Currently the API is uncomplete (we did it in a week xd). If you see that Goinsta needs any method or any new feature you are free to open an issue in github.com/ahmdrz/goinsta we will work to solve your issue as soon as possible. Also you can make your own contributions. See https://github.com/ahmdrz/goinsta/blob/master/CONTRIBUTION.md
gostagram is an unofficial go client for the instagram api. note: there's two way to get the access token, using oauth2 golang library or using curl (both ways need a local server to get the token).
Instago provides a simple library that makes it easier to interact with Instagram through their API directly from Go
Package goinsta implements Goinsta private API in Golang. We changed the API for the comfort of the user. The new API is object-oriented making the programming bot task less repetitive. Probably you will find this API a bit confusing. This API is a little representation of Instagram engineers work. We are trying to humanize it. Do not care. If you have any question you can open an issue. Currently the API is uncomplete (we did it in a week xd). If you see that Goinsta needs any method or any new feature you are free to open an issue in github.com/ahmdrz/goinsta we will work to solve your issue as soon as possible. Also you can make your own contributions. See https://github.com/ahmdrz/goinsta/blob/master/CONTRIBUTION.md
Package main runs Instagram meta search API server.
Package instagram provides a minimialist instagram API wrapper.
Package goinsta implements Goinsta private API in Golang. We changed the API for the comfort of the user. The new API is object-oriented making the programming bot task less repetitive. Probably you will find this API a bit confusing. This API is a little representation of Instagram engineers work. We are trying to humanize it. Do not care. If you have any question you can open an issue. Currently the API is uncomplete (we did it in a week xd). If you see that Goinsta needs any method or any new feature you are free to open an issue in github.com/ahmdrz/goinsta we will work to solve your issue as soon as possible. Also you can make your own contributions. See https://github.com/ahmdrz/goinsta/blob/master/CONTRIBUTION.md
Package instagram provides a client for using the Instagram API. Access different parts of the Instagram API using the various services on a Instagram Client (second parameter is access token that likely you'll need to access most of Instagram endpoints): You can then optionally set ClientID, ClientSecret and AccessToken: With client object set, you can call Instagram endpoints: Set optional parameters for an API method by passing an Parameters object. The full Instagram API is documented at http://instagram.com/developer/endpoints/.
Package goinsta implements Goinsta private API in Golang. We changed the API for the comfort of the user. The new API is object-oriented making the programming bot task less repetitive. Probably you will find this API a bit confusing. This API is a little representation of Instagram engineers work. We are trying to humanize it. Do not care. If you have any question you can open an issue. Currently the API is uncomplete (we did it in a week xd). If you see that Goinsta needs any method or any new feature you are free to open an issue in github.com/ahmdrz/goinsta we will work to solve your issue as soon as possible. Also you can make your own contributions. See https://github.com/ahmdrz/goinsta/blob/master/CONTRIBUTION.md