{"id":16418382,"url":"https://github.com/hemantasapkota/insta","last_synced_at":"2025-03-21T03:32:37.323Z","repository":{"id":57611735,"uuid":"89908031","full_name":"hemantasapkota/insta","owner":"hemantasapkota","description":"Instagram power tool","archived":false,"fork":false,"pushed_at":"2019-04-08T02:07:17.000Z","size":5571,"stargazers_count":57,"open_issues_count":0,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-12T07:13:54.837Z","etag":null,"topics":["bot","golang","golang-application","instagram","instagram-client","instagram-scraper","terminal"],"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/hemantasapkota.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":"2017-05-01T08:12:52.000Z","updated_at":"2023-10-19T17:49:58.000Z","dependencies_parsed_at":"2022-09-02T13:31:32.809Z","dependency_job_id":null,"html_url":"https://github.com/hemantasapkota/insta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantasapkota%2Finsta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantasapkota%2Finsta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantasapkota%2Finsta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemantasapkota%2Finsta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemantasapkota","download_url":"https://codeload.github.com/hemantasapkota/insta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221811374,"owners_count":16884305,"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","golang","golang-application","instagram","instagram-client","instagram-scraper","terminal"],"created_at":"2024-10-11T07:13:58.419Z","updated_at":"2024-10-28T09:16:22.489Z","avatar_url":"https://github.com/hemantasapkota.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/hemantasapkota/insta)](https://goreportcard.com/report/github.com/hemantasapkota/insta)\n\n# Insta - Power tool for Instagram.\n\nInsta is a command line power tool for Instagram. With it, you can like, follow, comment and query Instagram.\n\n# Motivation\n\nThere're plenty of Instagram automation tools floating around the web and app stores. Most of them, however, ask for your username and password which poses a big safety risk.\n\nWith insta, you can automate engagement yourself.\n\n# How do i install it ?\n\n* ``` git clone https://github.com/hemantasapkota/insta ```\n* ``` go  get . \u0026\u0026 go build ```\n\n# Usage\n\nYou can specify credentials inline or via a file.\n\n* Inline credentials\n``` insta -username user1  -password pass1 ```\n\n* Create a **.credentials.yaml** file. Sample content below.\n\n```yaml\nacc1:\n    username: user1\n    password: pass1\n\nacc2:\n    username: user2\n    password: pass2\n\n```\n\n``` insta -account acc1 ```\n\nInsta can be used anonynously using the test account. Test account is also a great way to quicky script flows.\n\n``` insta -username test -password test ```\n\n# Features\n\n* Interactive console\n* Manage multiple accounts\n* Database log\n* Built-in DSL for scripting flows\n\n# Flows\n\nInsta comes with a built-in DSL that can be used to script flows. Example flow listed below:\n\n```\n$(get_data path=explore/tags/coffee =\u003e result)\n$(loop range=0,5 =\u003e i)\n  $(filter var=result query=entry_data.TagPage[0].graphql.hashtag.edge_hashtag_to_media.edges[$(`i`)].node.display_url =\u003e url)\n  $(download url=\"$(`url`)\")\n$(pool)\n\n```\n\nThe script queries for the tag *coffee*, loops through the result 5 times, filters the image url from the result and downloads it.\nSee the examples folder for more sample scripts.\n\nTo the run examples using test account:\n\n``` ./insta -silent -json -username test -password test -execFile=examples/insta_01.iml ```\n\n# Roadmap\n\n* True automation\n* CLI app\n* Mobile apps ( IOS \u0026 Android )\n* Chrome extension\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemantasapkota%2Finsta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemantasapkota%2Finsta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemantasapkota%2Finsta/lists"}