forked from ahmdrz/goinsta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.go
17 lines (15 loc) · 754 Bytes
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
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 goinsta