{"id":22400850,"url":"https://github.com/ireddragonicy/peeksta","last_synced_at":"2026-04-09T11:07:27.505Z","repository":{"id":264447462,"uuid":"893383097","full_name":"IRedDragonICY/peeksta","owner":"IRedDragonICY","description":"Analyze your Instagram followers and following lists to identify who is not following you back. It allows you to upload your Instagram data in a ZIP file, and then provides a searchable list of users who are not reciprocating your follow.","archived":false,"fork":false,"pushed_at":"2024-12-05T20:33:43.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T00:19:14.971Z","etag":null,"topics":["analysis","analytic","application","desktop","developer-tools","eslint","followers","following","instagram","javascript","react","software","tools","vite","web"],"latest_commit_sha":null,"homepage":"https://peeksta.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IRedDragonICY.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-24T09:52:04.000Z","updated_at":"2024-12-05T20:39:21.000Z","dependencies_parsed_at":"2024-11-24T15:00:30.990Z","dependency_job_id":"579c99b2-cb01-4890-a91d-31f069cf5848","html_url":"https://github.com/IRedDragonICY/peeksta","commit_stats":null,"previous_names":["ireddragonicy/peeksta"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fpeeksta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fpeeksta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fpeeksta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fpeeksta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IRedDragonICY","download_url":"https://codeload.github.com/IRedDragonICY/peeksta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRedDragonICY%2Fpeeksta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259114493,"owners_count":22807245,"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":["analysis","analytic","application","desktop","developer-tools","eslint","followers","following","instagram","javascript","react","software","tools","vite","web"],"created_at":"2024-12-05T08:15:14.003Z","updated_at":"2025-12-30T22:40:01.306Z","avatar_url":"https://github.com/IRedDragonICY.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Peeksta\n\nPrivacy-first Instagram data explorer and insights dashboard. Import your official Instagram export and analyze your activity, ads, connections, messages, security, and more — 100% offline.\n\n[![Build \u0026 Pre-Release](https://github.com/IRedDragonICY/peeksta/actions/workflows/pre-release.yml/badge.svg)](https://github.com/IRedDragonICY/peeksta/actions/workflows/pre-release.yml)\n\n\u003c/div\u003e\n\n## Highlights\n\n- **Offline by design**: Your export stays on your machine. No servers, no external uploads.\n- **Rich analysis**: Ads topics, active apps, connections, insights, link history, messages, security events, and more.\n- **Beautiful UI**: Built with React + Vite + Material UI, with interactive charts (ECharts/Recharts).\n- **Multi-platform**: Desktop (Windows/Linux) and Android builds via Tauri.\n- **One-click releases**: CI builds per-ABI APKs and desktop installers, and drafts a pre-release with changelog.\n\n## Getting Started\n\nFollow these instructions to get the application running on your local machine:\n\n### Prerequisites\n\n- Node.js 20+\n\n### Installation\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/IRedDragonICY/peeksta.git\n    cd peeksta\n    ```\n\n2. **Install dependencies:**\n\n    ```bash\n    npm install\n    ```\n\n### Running the Application\n\n1. **Start the development server:**\n\n    ```bash\n    npm run dev\n    ```\n\n2. **Open your browser:**\n\n   Visit [http://localhost:5173](http://localhost:5173) (or the port specified in the console) to view the application.\n\n## Importing Your Instagram Data\n\n1. Request your data at Instagram Accounts Center → Download your information.\n2. Choose JSON format. You will receive a ZIP.\n3. In Peeksta, open the Datasets manager and drop the ZIP or extracted directory. Parsing runs locally.\n\n## Project Structure\n\nKey directories:\n\n- `src/`\n  - `pages/`: Top-level routes (Overview, Ads, Apps, Connections, Insights, Link History, Logged Information, Messages, Personal, Preferences, Security, Threads).\n  - `components/`: Reusable UI and visualization components (charts, panels, tables, layout, sidebar).\n  - `ig/`: Instagram data pipeline:\n    - `ingestion/`: ZIP and directory ingestion\n    - `parsers/`: Activity, ads, connections, insights, logged info, messages, profile, security\n    - `analysis.js`: Higher-level analysis helpers\n    - `utils/`: file and data utilities\n  - `storage/`: Client-side dataset management\n  - `materialTheme.js` / `theme/`: Theming\n\n- `src-tauri/`\n  - Tauri v2 configuration (`tauri.conf.json`), Rust crate (`Cargo.toml`, `src/`), and build script.\n\n## Technologies\n\n- React 18 + Vite 6\n- Material UI, Emotion, Styled Components\n- ECharts, Recharts\n- JSZip\n- Tauri v2 (desktop + Android)\n\n## Desktop \u0026 Android\n\nPeeksta ships as a Tauri app. Typical local flows:\n\nDesktop (Windows/Linux):\n```bash\nnpm run tauri:dev      # dev\nnpm run tauri:build    # production build\n```\n\nAndroid (debug for local testing):\n```bash\nnpm run tauri:android:init\nnpm run tauri android build -- --apk --split-per-abi\n```\n\nNotes:\n- You need Rust stable and the platform toolchains required by Tauri.\n- For Android: Java 17, Android SDK, and NDK.\n- Artifacts produced locally are unsigned; sign before distribution.\n\n## CI/CD\n\nOn every push to `main` (or manual dispatch):\n- Builds the web app and creates a GitHub pre-release with autogenerated changelog.\n- Builds desktop apps: Windows (portable EXE + NSIS/MSI) and Linux (binary, AppImage, Debian package).\n- Builds Android artifacts with per-ABI splits (APKs and AABs) and a universal AAB.\n\nArtifacts are named like:\n- `peeksta-\u003cversion\u003e-android-\u003cabi\u003e.apk`\n- `peeksta-\u003cversion\u003e-android-\u003cabi\u003e.aab`\n- `peeksta-\u003cversion\u003e-win-x64.exe`, `peeksta-\u003cversion\u003e-win-x64-setup.exe`\n- `peeksta-\u003cversion\u003e-linux-x64`, `.AppImage`, `.deb`\n\n## Privacy \u0026 Security\n\n- All parsing and analysis are local-first. Peeksta does not transmit your data to any server.\n- When using packaged apps, data remains on your device; remove datasets anytime from the UI.\n\n## Contributing\n\nPull requests are welcome. Please:\n- Keep PRs focused and well-described; link issues when applicable.\n- Use conventional commits where practical (feat, fix, perf, docs, chore).\n- Run lint/build locally before submitting.\n\n## License\n\nMIT © Peeksta contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fireddragonicy%2Fpeeksta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fireddragonicy%2Fpeeksta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fireddragonicy%2Fpeeksta/lists"}