{"id":21289398,"url":"https://github.com/meenbeese/ig-parser-html","last_synced_at":"2025-03-15T16:10:07.196Z","repository":{"id":263490236,"uuid":"890571350","full_name":"meenbeese/IG-Parser-HTML","owner":"meenbeese","description":"A Node.js script to analyze and export Instagram follower and following data.","archived":false,"fork":false,"pushed_at":"2024-11-18T20:03:14.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T05:43:24.596Z","etag":null,"topics":["html","instagram","json","nodejs"],"latest_commit_sha":null,"homepage":"","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/meenbeese.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-11-18T20:00:58.000Z","updated_at":"2024-12-21T21:50:34.000Z","dependencies_parsed_at":"2024-11-19T06:21:13.849Z","dependency_job_id":null,"html_url":"https://github.com/meenbeese/IG-Parser-HTML","commit_stats":null,"previous_names":["meenbeese/ig-parser-html"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meenbeese%2FIG-Parser-HTML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meenbeese%2FIG-Parser-HTML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meenbeese%2FIG-Parser-HTML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meenbeese%2FIG-Parser-HTML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meenbeese","download_url":"https://codeload.github.com/meenbeese/IG-Parser-HTML/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243754094,"owners_count":20342542,"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":["html","instagram","json","nodejs"],"created_at":"2024-11-21T12:39:46.940Z","updated_at":"2025-03-15T16:10:07.160Z","avatar_url":"https://github.com/meenbeese.png","language":"JavaScript","readme":"# HTML Parser for Instagram\n\nA Node.js script to analyze and export Instagram follower and following data. This script parses HTML files downloaded from Instagram and identifies relationships between your followers and the people you are following.\n\n## Features\n\n- **Mutual Followers**: See who you follow and who follows you back.\n- **Not Following Back**: Identify people you follow who don’t follow you back.\n- **Not Followed Back**: Find people who follow you, but you don’t follow them.\n- **JSON Export**: Export follower and following data as JSON files.\n\n## Requirements\n\n- **Node.js** (latest LTS release)\n- Instagram HTML files (`followers.html` and `following.html`)\n\n## How to Download Data from Instagram\n\nTo use this script, you need to download your **followers** and **following** data from Instagram. Follow these steps:\n\n1. **Log in to Instagram**:\n\n   - Open your browser and log in to your Instagram account.\n\n2. **Request Your Data**:\n\n   - Go to your Instagram profile and click on the **More** menu at the bottom left.\n   - Navigate to **Settings** and click on the **Accounts Center** banner at the top.\n   - Navigate to **Account settings** \u003e **Your information and permissions** \u003e **Download your information**.\n   - Click on **Download or transfer information**, then on **Some of your information**.\n   - Scroll down, check the box under **Connections** \u003e **Followers and following**, and click next.\n   - Click on **Download to device**, choose **All Time** range, `HTML` format and enter your email under **Notify**.\n   - Submit your request. You will receive a link to download your data via email within a few minutes to a few hours.\n\n3. **Download the Data**:\n\n   - Open the email from Instagram and click the download link.\n   - Log in to your Instagram account if prompted.\n   - Download the ZIP file containing your data.\n\n4. **Extract the Files**:\n\n   - Unzip the downloaded file.\n   - Locate the `followers.html` and `following.html` files inside the extracted folder.\n\n5. **Place Files in the Script Directory**:\n   - Copy the `followers.html` and `following.html` files into a directory (default: `./test`) for processing.\n\n## Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/meenbeese/IG-Parser-HTML.git\n   cd IG-Parser-HTML\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Place the Instagram HTML files (followers.html and following.html) into a directory (default: ./test).\n\n## Usage\n\n1. Run the script:\n   ```bash\n   node index.js\n   ```\n2. Follow the interactive prompts.\n\n## License\n\nThis project is licensed under the MIT License.\n\n```\nMIT License\n\nCopyright (c) 2024 Meenbeese\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeenbeese%2Fig-parser-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeenbeese%2Fig-parser-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeenbeese%2Fig-parser-html/lists"}