{"id":19143804,"url":"https://github.com/ashwin-rajeev/goinsta","last_synced_at":"2025-09-02T04:34:47.658Z","repository":{"id":57622098,"uuid":"158829868","full_name":"Ashwin-Rajeev/goinsta","owner":"Ashwin-Rajeev","description":"Instagram library purely built in Golang","archived":false,"fork":false,"pushed_at":"2018-11-27T11:16:47.000Z","size":16,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T01:01:55.915Z","etag":null,"topics":["downloader","golang","instagram","picture"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ashwin-Rajeev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-23T12:27:39.000Z","updated_at":"2020-01-23T17:49:22.000Z","dependencies_parsed_at":"2022-09-26T20:10:36.805Z","dependency_job_id":null,"html_url":"https://github.com/Ashwin-Rajeev/goinsta","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Ashwin-Rajeev/goinsta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fgoinsta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fgoinsta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fgoinsta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fgoinsta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashwin-Rajeev","download_url":"https://codeload.github.com/Ashwin-Rajeev/goinsta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fgoinsta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262753165,"owners_count":23358881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["downloader","golang","instagram","picture"],"created_at":"2024-11-09T07:32:52.355Z","updated_at":"2025-06-30T10:05:55.152Z","avatar_url":"https://github.com/Ashwin-Rajeev.png","language":"Go","readme":"# goinsta [![Build Status](https://travis-ci.com/Ashwin-Rajeev/goinsta.svg?branch=master)](https://travis-ci.com/Ashwin-Rajeev/goinsta) [![Go Report Card](https://goreportcard.com/badge/github.com/Ashwin-Rajeev/goinsta)](https://goreportcard.com/report/github.com/Ashwin-Rajeev/goinsta) [![GoDoc](https://godoc.org/github.com/Ashwin-Rajeev/goinsta?status.svg)](https://godoc.org/github.com/Ashwin-Rajeev/goinsta)\n\n`goinsta` is a a complete instagram library purely built in `GO`\n\nTo use the package import the package into your machine using the command:\n\n\u003e go get github.com/Ashwin-Rajeev/goinsta\n\n## NewInfo\nNewInfo returns a new  info pointer\nBy using this pointer you can access\nthe functions implemented by Info\n\n``` func NewInfo(url, dest string) *Info```\n\n## GetImage\nGetImage is used to download an image from instagram link\nwe need to provide image link, destination in which we\nneed to download the image and the file name\nreturnd a success flag and an error message\n\n```func GetImage(url, dest string) (bool, error)```\n\nwhich returns a success flag and a error meassage\nif the operation works correctly, it will return a true and error will be nil\nif the operation failed, it will return false and the corresponding error message\n\n```\nconst (\n\turl         = \"https://www.instagram.com/dyfgsuyswyer47477834982\"\n\tdestination = \"/home/user/\"\n)\n\ninfo := goinsta.NewInfo(url,destination)\n\n _,err:= info.GetImage()\nif err != nil {\n\tlog.Fatal(err)\n}\n\t\t\n```\n\nAfter the successful execution you will receive a\nsuccess message along with the path and name of the image downloaded\n\n\n## Contributing\n\nWe welcome pull requests, bug fixes and issue reports. With that said, the bar for adding new symbols to this package is intentionally set high. Before proposing a change, please discuss your change by raising an issue.\n\n## License\n\nBSD-2-Clause\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-rajeev%2Fgoinsta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwin-rajeev%2Fgoinsta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-rajeev%2Fgoinsta/lists"}