{"id":19143050,"url":"https://github.com/devcoriser/react-instapy-dashboard","last_synced_at":"2026-06-10T23:30:19.865Z","repository":{"id":179062112,"uuid":"662633530","full_name":"devcoriser/react-instapy-dashboard","owner":"devcoriser","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-05T14:50:02.000Z","size":781,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T15:37:29.645Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devcoriser.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":"2023-07-05T14:49:00.000Z","updated_at":"2023-07-05T14:50:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"948660c0-cb67-46af-be29-921aa705a58d","html_url":"https://github.com/devcoriser/react-instapy-dashboard","commit_stats":null,"previous_names":["doubleriser/react-instapy-dashboard","devcoriser/react-instapy-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcoriser%2Freact-instapy-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcoriser%2Freact-instapy-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcoriser%2Freact-instapy-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcoriser%2Freact-instapy-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devcoriser","download_url":"https://codeload.github.com/devcoriser/react-instapy-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240223907,"owners_count":19767668,"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":[],"created_at":"2024-11-09T07:29:23.267Z","updated_at":"2026-06-10T23:30:16.531Z","avatar_url":"https://github.com/devcoriser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Unfortunately this project was discontinued. Thank you all for the support, issues and PRs.\n\n## Docker Setup\n\n### 1. Project Setup\n\nFollow the instructions at: [Project Setup](#project-setup)\n\n### 2. Run Docker Compose\n\n```bash\ndocker-compose -f docker-compose.yml up\n```\n\nWait until you see the \"Compiled successfully!\" message, and load it at http://localhost:3000\n\n## MacOS Install\n\n### 1. Install Project Dependencies:\n\n```bash\n# brew install\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n# node, npm and git install\nbrew install node npm git\n```\n\n### 2. Install InstaPy-Dashboard\n\n```bash\ncd instapy-dashboard\nnpm install\n```\n\n## Linux Install\n\n### 1. Install Project Dependencies:\n\n```bash\n# node and npm\nsudo apt-get update ; sudo apt-get install nodejs npm git\n\n# Debian is still using a very old version of nodejs, update/install it:\n# Using Debian, as root\ncurl -sL https://deb.nodesource.com/setup_11.x | bash -\napt-get install -y nodejs\n```\n\n### 2. Install InstaPy-Dashboard\n\n```bash\ncd instapy-dashboard\nnpm install\n```\n\n## Windows Install\n\n### 1. Install Project Dependencies:\n\n**Official documentation from** https://www.npmjs.com/package/npm\n\n#### Super Easy Install\n\nnpm is bundled with node.\n\n[Get the MSI](https://nodejs.org/en/download/). npm is in it.\n\n### 2. Install InstaPy-Dashboard\n\n```bash\n\ncd instapy-dashboard\nnpm install\n```\n\n## Project Setup\n\nCreate a `.env` file on root folder of the project with following content:\n\n```js\n# MacOS: /Users/your_user_name/InstaPy\n# you can also check this information when running your quickstart.py,\n# the first lines contains\n# -\u003e Workspace in use: \"/Users/converge/InstaPy\"\nINSTAPY_FOLDER=/Users/converge/InstaPy\n# if using only on localhost, keep it:\nALLOWED_HOSTS=http://localhost:3000 http://192.168.0.100:3000\nREACT_APP_API_ENTRY_POINT=http://localhost:3001\n\n# basic setup, ok to keep it -\u003e\n# Node port\nNODE_PORT=3001\n# ReactJS Create APP port\nPORT=3000\n```\n\nWindows user ? Don't add `c:` in the `InstaPyFolder`, it should be `\\path\\to\\InstaPy` without the `c:`\n\n## Check if everything is ok\n\nCreate a `.env.test` file on root folder with same content of `.env` and run:\n\n```bash\nnpm run test\n```\n\n## Start the project\n\n```bash\nnpm start\n```\n\n### Load the dashboard at http://localhost:3000\n\n#### Logs will start showing up when you start your InstaPy instance.\n\n## Screenshot:\n\nActivity Monitor:\n![img](https://github.com/converge/instapy-dashboard/blob/master/screenshots/instapy-dashboard.png)\n\nUser Statistics:\n![img](https://github.com/converge/instapy-dashboard/blob/master/screenshots/user-statistics-chart.png)\n\nLive Log:\n![img](https://github.com/converge/instapy-dashboard/blob/master/screenshots/live-log.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevcoriser%2Freact-instapy-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevcoriser%2Freact-instapy-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevcoriser%2Freact-instapy-dashboard/lists"}