{"id":39099156,"url":"https://github.com/cycloneaddons/instagram.js","last_synced_at":"2026-01-17T19:00:59.037Z","repository":{"id":237497279,"uuid":"794583184","full_name":"CycloneAddons/instagram.js","owner":"CycloneAddons","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-30T13:03:57.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-08T15:07:22.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/CycloneAddons.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,"publiccode":null,"codemeta":null}},"created_at":"2024-05-01T14:16:17.000Z","updated_at":"2025-01-30T13:04:00.000Z","dependencies_parsed_at":"2024-05-03T13:47:14.567Z","dependency_job_id":"26b838eb-0b2a-45ea-9500-0a86ae927720","html_url":"https://github.com/CycloneAddons/instagram.js","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.30000000000000004","last_synced_commit":"4bdfeb5887b2ca415c421c5467c3ecc6300f48e9"},"previous_names":["cycloneaddons/instagram.js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CycloneAddons/instagram.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneAddons%2Finstagram.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneAddons%2Finstagram.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneAddons%2Finstagram.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneAddons%2Finstagram.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CycloneAddons","download_url":"https://codeload.github.com/CycloneAddons/instagram.js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneAddons%2Finstagram.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-17T19:00:58.135Z","updated_at":"2026-01-17T19:00:59.030Z","avatar_url":"https://github.com/CycloneAddons.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# instagram.js\n\nThe Most Powerful Library Of Instagram To Create A Bot Like Discord.js.\n\n## Installation\n `$ npm install @cycloneaddons/instagram.js` \n\n## Setup\n\n```js\nconst Instagram = require(\"@cycloneaddons/instagram.js\");\nconst client = new Instagram.Client();\n\nclient.on(\"ready\", () =\u003e {\n  console.log(`Logged in as ${client.user.fullName}`);\n});\n\nclient.on(\"messageCreate\", (message) =\u003e {\n  if (message.author.id === client.user.id) return;\n\n  message.seen();\n\n  if (message.content === \"!ping\") {\n  \n  message.send(\"!pong\") \n  // message.chat.send(\"!pong\");\n  }\n\n  message.chat.startTyping();\n});\n\nclient.login(\"username\", \"password\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycloneaddons%2Finstagram.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycloneaddons%2Finstagram.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycloneaddons%2Finstagram.js/lists"}