{"id":16471853,"url":"https://github.com/abranhe/instagram-following","last_synced_at":"2026-05-20T07:03:19.574Z","repository":{"id":57294980,"uuid":"157809734","full_name":"abranhe/instagram-following","owner":"abranhe","description":"Get the numbers of accounts followed by an Instagram user","archived":false,"fork":false,"pushed_at":"2018-11-26T04:47:36.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T21:49:27.112Z","etag":null,"topics":["followers","following","insta","instagram","javascript","js","module","nodejs"],"latest_commit_sha":null,"homepage":"https://p.abranhe.com/instagram-following","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/abranhe.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":"2018-11-16T03:51:06.000Z","updated_at":"2023-03-26T10:50:50.000Z","dependencies_parsed_at":"2022-08-30T18:51:58.263Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/instagram-following","commit_stats":null,"previous_names":["abranhe/instagram-following","abrahamhba/instagram-following","abrahamcalf/instagram-following"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Finstagram-following","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Finstagram-following/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Finstagram-following/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Finstagram-following/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/instagram-following/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094243,"owners_count":19908647,"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":["followers","following","insta","instagram","javascript","js","module","nodejs"],"created_at":"2024-10-11T12:15:00.016Z","updated_at":"2026-05-20T07:03:19.493Z","avatar_url":"https://github.com/abranhe.png","language":"JavaScript","funding_links":["https://www.patreon.com/abranhe"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/instagram-following\"\u003e\u003cimg src=\"https://cdn.abranhe.com/projects/instagram-following/logo.svg\"\u003e\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/instagram-following\"\u003e\n\tinstagram-following\u003c/a\u003e: Get the numbers of accounts followed by an Instagram user\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://travis-ci.org/abranhe/instagram-following\"\u003e\u003cimg src=\"https://img.shields.io/travis/abranhe/instagram-following.svg?logo=travis\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe\"\u003e\u003cimg src=\"https://abranhe.com/badge.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://cash.me/$abranhe\"\u003e\u003cimg src=\"https://cdn.abranhe.com/badges/cash-me.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://www.patreon.com/abranhe\"\u003e\u003cimg src=\"https://cdn.abranhe.com/badges/patreon.svg\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe/instagram-following/blob/master/license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/abranhe/instagram-following.svg\" /\u003e\u003c/a\u003e\n\n\n\u003c/p\u003e\n\n## Install\n\n```\n$ npm install instagram-following\n```\n\n## Usage\n\n```js\nconst following = require('instagram-following');\n\nfollowing('abranhe').then(no =\u003e {\n    console.log(no);\n    // 150\n});\n```\n\n## API\n\n### `following(username)`\n\n*Returns a the number of accounts followed by an Instagram user*\n\nType: `string`\n\n###### Parameters\n\n- `username` - The username of the account you'd like to check.\n\n\n## Related\n\n- [instagram-following-cli][instagram-following-cli]: cli for this module.\n- [instagram-followers][instagram-followers]: Get the numbers of followers of a user on Instagram.\n\n## Team\n\n|[![Carlos Abraham Logo][abranhe-img]][abranhe]|\n| :-: |\n| [Carlos Abraham][abranhe] |\n\n## License\n\n[MIT][license] License © [Carlos Abraham][abranhe]\n\n\u003c!-------------------- Links ------------------------\u003e\n[abranhe]: https://github.com/abranhe\n[abranhe-img]: https://avatars3.githubusercontent.com/u/21347264?s=50\n[license]: https://github.com/abranhe/instagram-following/blob/master/license\n[instagram-following-cli]: https://github.com/abranhe/instagram-following-cli\n[instagram-followers]: https://github.com/abranhe/instagram-followers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Finstagram-following","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Finstagram-following","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Finstagram-following/lists"}