{"id":29551251,"url":"https://github.com/noinsts/discord-dashboard","last_synced_at":"2026-04-10T00:59:07.815Z","repository":{"id":304034584,"uuid":"1016983480","full_name":"noinsts/discord-dashboard","owner":"noinsts","description":"A web-based dashboard for visualizing real-time Discord server statistics. Built with Flask (Python) on the backend and HTML/CSS/JavaScript on the frontend. The app fetches live data from a Discord bot and displays key metrics such as online users, total members, and server activity in a clean, user-friendly interface.","archived":false,"fork":false,"pushed_at":"2025-07-10T18:35:00.000Z","size":382,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-11T00:59:25.848Z","etag":null,"topics":["css","dashboard","discord","discordpy","flask","html","js","python","stats","website"],"latest_commit_sha":null,"homepage":"","language":"Python","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/noinsts.png","metadata":{"files":{"readme":"README.en.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,"zenodo":null}},"created_at":"2025-07-09T20:53:40.000Z","updated_at":"2025-07-10T18:35:52.000Z","dependencies_parsed_at":"2025-07-11T00:59:33.060Z","dependency_job_id":"7994a35c-3654-4dbf-834b-06c80def6ff4","html_url":"https://github.com/noinsts/discord-dashboard","commit_stats":null,"previous_names":["noinsts/discord-dashboard"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/noinsts/discord-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noinsts%2Fdiscord-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noinsts%2Fdiscord-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noinsts%2Fdiscord-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noinsts%2Fdiscord-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noinsts","download_url":"https://codeload.github.com/noinsts/discord-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noinsts%2Fdiscord-dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265697915,"owners_count":23813103,"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":["css","dashboard","discord","discordpy","flask","html","js","python","stats","website"],"created_at":"2025-07-18T04:02:14.603Z","updated_at":"2025-12-30T21:59:26.906Z","avatar_url":"https://github.com/noinsts.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![wakatime](https://wakatime.com/badge/user/5f28d705-3bc8-4138-8151-e12e0f9e9a23/project/abc20e82-72d8-48bb-a970-098ffff1baec.svg)](https://wakatime.com/badge/user/5f28d705-3bc8-4138-8151-e12e0f9e9a23/project/abc20e82-72d8-48bb-a970-098ffff1baec)\n\nВи спілкуєтесь українською? [Українська версія](./README.md)\n\n# discord-dashboard\n\n**Discord Dashboard** is a simple web app to see your Discord server stats in real-time.\n\n## 🚀 Why it's cool?\n\n- **All-in-one view**: Get all your server stats in one convenient place.  \n- **Easy setup**: Connect your server and start monitoring in no time.  \n- **Modern design**: Enjoy a clean, responsive UI that looks great on any device.  \n- **Open source**: Feel free to add your own features and customize it however you want.\n\n## 📌 Note\n\nI'm new to web development, so the code might have some rough edges. If you find bugs or have ideas, I'd appreciate your feedback! Please don’t judge too harshly and help me improve 🙌\n\n## 🖼️ Preview\n\n### 💻 Desktop\n\n\u003cimg src=\"assets/previews/desktop.png\" alt=\"Desktop screenshot\" width=\"500\"\u003e\n\n### 📱 Mobile\n\n\u003cimg src=\"assets/previews/phone.png\" alt=\"Mobile screenshot\" width=\"200\"\u003e\n\n## 🧱 Tech stack\n\n### Backend:\n- 🐍 [Python 3.12](https://www.python.org/downloads/release/python-3124/)  \n- 🌐 [Flask](https://flask.palletsprojects.com/) — web server  \n- 🤖 [discord.py](https://discordpy.readthedocs.io/en/stable/) — Discord API integration  \n- 📦 [Poetry](https://python-poetry.org/) — dependency manager  \n- 🔐 [python-dotenv](https://pypi.org/project/python-dotenv/) — manages your secrets  \n\n### Frontend:\n- 🧱 [HTML](https://en.wikipedia.org/wiki/HTML) — page structure  \n- 🎨 [CSS](https://en.wikipedia.org/wiki/CSS) — styles and design  \n- ⚙️ [JavaScript](https://en.wikipedia.org/wiki/JavaScript) — frontend logic and dynamic updates  \n\n## ⚙️ Installation\n\n### 1. Clone the repo and install dependencies\n\n```bash\ngit clone https://github.com/noinsts/discord-dashboard.git\ncd discord-dashboard\npoetry install\n```\n\n### 2. Setup your Discord secrets\n\n1. Create a `.env` file  \n   ```bash\n   touch .env\n   ```  \n2. Add your Discord token and server ID (see `.env.example` for reference)\n\n### 3. Configure Flask server\n\nEdit `src/backend/config.py` if needed:  \n```python\nFLASK_HOST = '0.0.0.0'\nFLASK_PORT = 8080\nFLASK_DEBUG = True\n\nLIVERELOAD_PORT = 9098\n```\n\n### 4. Run the project\n\n```bash\npoetry run python src/backend/main.py\n```\n\n## License\n\nThe project is distributed under the [MIT License](./LICENSE)\n\n## Author\n\n[noinsts](https://github.com/noinsts) — author of this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoinsts%2Fdiscord-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoinsts%2Fdiscord-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoinsts%2Fdiscord-dashboard/lists"}