![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/zaddok/goinsta/v4
Unofficial Instagram API for Golang
Goinsta used gopkg.in as versioning control. Stable new API is the version v2.0. You can get it using:
go get -u -v gopkg.in/ahmdrz/goinsta.v2
Export
and Import
functions.We are working on a new object-oriented API. Try it and tell us your suggestions. See https://github.com/ahmdrz/goinsta/blob/master/CONTRIBUTING.md
If you want to use the old version you can found it in v1 branch or using gopkg.in/ahmdrz/goinsta.v1/
Sorry for breaking dependences :(. You can use this command in your project folder to update old master branch to v1.
for i in `grep -r ahmdrz ./ | awk '{split($0, a, ":"); print a[1]}'`; do sed -i 's/github\.com\/ahmdrz\/goinsta/gopkg\.in\/ahmdrz\/goinsta\.v1/g' $i; done
go get -u -v gopkg.in/ahmdrz/goinsta.v2
go get -u -v gopkg.in/ahmdrz/goinsta.v2
go install gopkg.in/ahmdrz/goinsta.v2/goinsta
package main
import (
"fmt"
"gopkg.in/ahmdrz/goinsta.v2"
)
func main() {
//insta, err := goinsta.Import("~/.goinsta")
insta := goinsta.New("USERNAME", "PASSWORD")
// also you can use New function from gopkg.in/ahmdrz/goinsta.v2/utils
// insta.SetProxy("http://localhost:8080", true) // true for insecure connections
if err := insta.Login(); err != nil {
fmt.Println(err)
return
}
// export your configuration
// after exporting you can use Import function instead of New function.
insta.Export("~/.goinsta")
...
}
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use at your own risk.
Ahmdrz
Bitcoin:
1KjcfrBPJtM4MfBSGTqpC6RcoEW1KBh15X
Mester
Bitcoin:
37aogDJYBFkdSJTWG7TgcpgNweGHPCy1Ks
The objects of the following schema can point to other objects defined below.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.