{"id":20693143,"url":"https://github.com/hieven/go-instagram","last_synced_at":"2025-04-22T17:42:14.824Z","repository":{"id":57496594,"uuid":"69069674","full_name":"hieven/go-instagram","owner":"hieven","description":"Instagram private API in Go","archived":false,"fork":false,"pushed_at":"2019-12-29T10:53:49.000Z","size":116,"stargazers_count":73,"open_issues_count":2,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T17:22:20.938Z","etag":null,"topics":["bot","instagram","instagram-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hieven.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":"2016-09-24T00:25:18.000Z","updated_at":"2025-02-11T21:32:50.000Z","dependencies_parsed_at":"2022-08-28T11:50:27.537Z","dependency_job_id":null,"html_url":"https://github.com/hieven/go-instagram","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieven%2Fgo-instagram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieven%2Fgo-instagram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieven%2Fgo-instagram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieven%2Fgo-instagram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hieven","download_url":"https://codeload.github.com/hieven/go-instagram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250289143,"owners_count":21405925,"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":["bot","instagram","instagram-api"],"created_at":"2024-11-16T23:25:31.903Z","updated_at":"2025-04-22T17:42:14.805Z","avatar_url":"https://github.com/hieven.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-instagram\n\n[![Build Status](https://travis-ci.org/hieven/go-instagram.svg?branch=master)](https://travis-ci.org/hieven/go-instagram)[![codecov](https://codecov.io/gh/hiEven/go-instagram/branch/master/graph/badge.svg)](https://codecov.io/gh/hiEven/go-instagram)\n\nThis project is for study and personal use only. We hold no responsibilty of any use that violate Instagram's terms and conditions.\n\n## Installation\n\n```sh\n$ go get github.com/hieven/go-instagram\n```\n\n## Documentation\n\n- [![GoDoc](https://godoc.org/github.com/hieven/go-instagram?status.svg)](https://godoc.org/github.com/hieven/go-instagram) Instagram\n- [![GoDoc](https://godoc.org/github.com/hieven/go-instagram/models?status.svg)](https://godoc.org/github.com/hieven/go-instagram/models) Instagram Models\n\n## Features\n\nYou can use this repo to:\n- like/unlike media\n- get timeline feed\n- get ranked media / recent media of a location\n- get inbox messages\n- broadcast to any inbox thread\n- approve pending inbox thread\n\nThe project is still in its early stage. Any pull request to extend its functionalities is most welcome.\n\n## Example\n\n```go\ncnf := \u0026config.Config{\n  Username: \"USERNAME\",\n  Password: \"PASSWORD\",\n}\n\nctx := context.Background()\n\nig, _ := instagram.New(cnf)\nig.Login(ctx)\n\nAresp, _ := ig.Timeline().Feed(ctx, instagram.TimelineFeedReques{})\nfmt.Println(Aresp.Items[0].MediaOrAd)\n```\n\nFind more complex examples on [examples](examples)\n\n## License\n\nMIT\n\n## Similar Projects\n\n- [instagram-private-api](https://github.com/huttarichard/instagram-private-api) (Node.js)\n- [Instagram-API](https://github.com/mgp25/Instagram-API) (PHP)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhieven%2Fgo-instagram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhieven%2Fgo-instagram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhieven%2Fgo-instagram/lists"}