{"id":18078260,"url":"https://github.com/imthaghost/instago","last_synced_at":"2025-04-05T20:32:14.872Z","repository":{"id":209398237,"uuid":"723789534","full_name":"imthaghost/instago","owner":"imthaghost","description":"Provides a minimalist instagram API wrapper","archived":false,"fork":false,"pushed_at":"2023-11-27T05:13:21.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T20:50:57.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imthaghost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-26T19:07:59.000Z","updated_at":"2023-11-26T21:42:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"30243858-988a-4210-8336-9194b955faea","html_url":"https://github.com/imthaghost/instago","commit_stats":null,"previous_names":["imthaghost/instago"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Finstago","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Finstago/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Finstago/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Finstago/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imthaghost","download_url":"https://codeload.github.com/imthaghost/instago/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399662,"owners_count":20932873,"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":[],"created_at":"2024-10-31T12:13:20.694Z","updated_at":"2025-04-05T20:32:14.844Z","avatar_url":"https://github.com/imthaghost.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InstaGo (WIP)\n\n[![GoDoc](https://img.shields.io/static/v1?label=godoc\u0026message=reference\u0026color=blue)](https://pkg.go.dev/github.com/tempor1s/notiongo)\n[![Test Status](https://github.com/google/go-github/workflows/tests/badge.svg)](https://github.com/google/go-github/actions?query=workflow%3Atests)\n[![Test Coverage](https://codecov.io/gh/google/go-github/branch/master/graph/badge.svg)](https://codecov.io/gh/google/go-github)\n\n\nInstaGo is a minimalist Instagram API wrapper.\n\n\n## Installation ##\n\nInstaGo is compatible with modern Go releases in module mode, with Go installed:\n\n```bash\ngo get github.com/imthaghost/instago/\n```\n\nwill resolve and add the package to the current development module, along with its dependencies.\n\nAlternatively the same can be achieved if you use import in a package:\n\n```go\nimport \"github.com/imthaghost/instago/instagram\"\n```\n\n## Usage ##\n\n```go\nimport \"github.com/imthaghost/instago/v1/instagram\"\t // with go modules enabled (GO111MODULE=on or outside GOPATH)\nimport \"github.com/imthaghost/instago/instagram\"   // with go modules disabled\n```\n\nConstruct a new Instagram client, then use the various services on the client to\naccess different parts of the Instagram API. For example:\n\n```go\nclient := instagram.NewClient(nil)\n\n```\n\n### Integration Tests ###\n\nYou can run integration tests from the `test` directory. See the integration tests [README](test/README.md).\n\n## Contributing ##\nI would like to cover the entire GitHub API and contributions are of course always welcome. The\ncalling pattern is pretty well established, so adding new methods is relatively\nstraightforward. See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.\n\n\n## License ##\n\nLibrary distributed under the Apache-2.0 license found in the [LICENSE](./LICENSE)\nfile.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Finstago","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimthaghost%2Finstago","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Finstago/lists"}