Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

staFF6773/discord-server-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Server Stats

Description

Discord Server Stats is a Discord bot that collects statistics from your server and a web dashboard that allows you to visualize this data intuitively. With this tool, you can gain valuable insights into the activity and health of your server in real-time.

image

image

Features

  • Discord Bot: Collects real-time statistics from your Discord server.
  • Web Dashboard: Intuitive web interface for data visualization.
  • No commands: The bot does not use any command to store the information on the web.
  • Simple setup: Uses a .env file to store configuration.

Requirements

  • Node.js
  • npm
  • Discord Bot Token

Installation

  1. Clone this repository to your local machine:
   git clone https://github.com/staFF6773/discord-server-stats.git
   cd discord-server-stats
  1. Install the dependencies:
npm install
  1. Create a .env file in the root of the project and add your Discord bot token:
DISCORD_TOKEN=your_token_here
  1. Start the bot and the dashboard server:
npm run dev - first this command to compile the ts
npm start - and finally this one to start the project
  1. Open your browser and go to http://localhost:8080 to access the dashboard.

Contributions

Contributions are welcome. If you would like to contribute, please open an issue or submit a pull request.