GithubHelp home page GithubHelp logo

teraprath / discord-stats-web Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 36 KB

A simple Discord User Stats Webpanel with Python (Flask) and MySQL

Python 9.35% CSS 36.85% SCSS 36.52% HTML 17.28%
discord discord-py discord-bot html css scss css3 flask flask-application python python3

discord-stats-web's Introduction

Discord Stats Web

A Simple Discord Webpanel working with Python Flask and a MySQL-Databse. It based on the Discord Stats Bot but you can of course also use and implement it for your own bot.

The project serves more as a basis than a finished one. You can modify it according to your preferences.

Image

Installation

  1. Download the source and upload it on your Server or PC.
  2. Setup. If you don't know how to set up a Flask Web App on a Linux server, this video could help you.
  3. Set up your MySQL database and create a database (or use your existing one from your Discord bot).
  4. Go to the uploaded folder in config.py and enter your MySQL data.
# MySQL Database
host = "localhost" # Or your host
user = "root" # Or your username
password = "password" # Or your password
database = "dcstats" # Or your name
  1. Open your website and here you are.

You can modify the bot as you want.

Use with Discord Stats Bot

Download the Discord Stats Bot for free and have a base for your code.

Image

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.