Git Product home page Git Product logo

discord-server-info's Introduction

discord-server-info

Explore Discord server data and statistics

Introduction

The information that Discord provides through Server Insights is inadequate for analyzing, reasoning about, and managing a complex Discord server.

We created discord-server-info to help alleviate that problem.

For example, let's say you manage a large Discord and decide you want to require all channels to have a description field so that other members can understand at a glance the purpose of the channel.

How can you find a list of all of the channels missing a description?

You'll have to go through them one-by-one. Good luck!

Or: you can use discord-server-info (once it's built) to generate that list for you!

Technical Overview

To make this work, discord-server-info will need a few separate pieces:

  • bot
  • db
  • app

A diagram showing the bot, db, and app pieces and how the relate

bot is a Discord bot that reads data from the servers it's connected to and stores it in the db.

db is a Prisma database that provides an API for storing app settings and anonymized server data.

app is a Next.js application that allows users to authenticate with Discord and explore data from their servers.

If you're wondering why we need this structure rather than having the app read data directly from the Discord API, it's because the Discord API intentionally provides access to very little data. A bot account is required for full access.

This project will eventually be a monorepo with a package for each piece.

discord-server-info's People

Contributors

with-heart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.