{"id":19006751,"url":"https://github.com/9xn/node-ig-framework","last_synced_at":"2025-04-22T19:23:52.355Z","repository":{"id":188298535,"uuid":"481852363","full_name":"9xN/node-ig-framework","owner":"9xN","description":"Framework for interacting with instagrams private api in a usable manner in a structure and format similar to discord's old bot development framework.","archived":false,"fork":false,"pushed_at":"2024-09-08T07:13:31.000Z","size":163,"stargazers_count":28,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-11T00:48:18.976Z","etag":null,"topics":["instagram","instagram-api","nodejs","npm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/9xN.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-15T05:52:25.000Z","updated_at":"2025-02-01T05:09:46.000Z","dependencies_parsed_at":"2024-04-15T03:52:27.615Z","dependency_job_id":"516f6997-6860-411c-a7bf-d8f853737d44","html_url":"https://github.com/9xN/node-ig-framework","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"f686a477684c1802b76d1108505ea4b726214379"},"previous_names":["9xn/node-ig-framework"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9xN%2Fnode-ig-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9xN%2Fnode-ig-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9xN%2Fnode-ig-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9xN%2Fnode-ig-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9xN","download_url":"https://codeload.github.com/9xN/node-ig-framework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306956,"owners_count":21409000,"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":["instagram","instagram-api","nodejs","npm"],"created_at":"2024-11-08T18:34:26.632Z","updated_at":"2025-04-22T19:23:52.331Z","avatar_url":"https://github.com/9xN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-ig-framework\n\nFramework for interacting with instagrams private api in a usable manner in a structure and format similar to discord's old bot development framework.\n\n## Installation\n\n1. Install node.js from https://nodejs.org/\n2. Create a new project folder\n3. `$ cd` to that directory\n4. Run `$ npm init` and follow prompts\n5. Run `$ npm install node-ig-framework` and boom you're done!\n\n## Setup\n\n```js\nconst Insta = require(\"node-ig-framework\");\nconst client = new Insta.Client();\n\nclient.on(\"connected\", () =\u003e {\n  console.log(`Logged in as ${client.user.fullName} (${client.user.username})`);\n  console.log(`User ID: ${this.client.user.id}`);\n  console.log(`Followers: ${this.client.user.followerCount}`);\n  console.log(`Following: ${this.client.user.followingCount}`);\n  console.log(`Business: ${this.client.user.isBusiness}`);\n  console.log(`Verified: ${this.client.user.isVerified}`);\n  console.log(`Private: ${this.client.user.isPrivate}`);\n});\n\nclient.on(\"messageCreate\", (message) =\u003e {\n  if (message.author.id === client.user.id) return;\n\n  message.markSeen();\n\n  if (message.content === \"!ping\") {\n    message.reply(\"!pong\");\n  }\n\n  message.chat.startTyping({ time: 5000 });\n});\n\nclient.login(\"username\", \"password\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9xn%2Fnode-ig-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9xn%2Fnode-ig-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9xn%2Fnode-ig-framework/lists"}