Coder Social home page Coder Social logo

discstats's Introduction

DiscStats

cool statistics generated using your discord data.

image

How?

Discord has a feature which allows you to request your data which is what this entire application is based upon. It scans through the lines of text of every message you have ever sent and generates statistics based upon that. As a forewarning, you need to request your data to use the application, which could potentially take up to a week or two.

Installation

โš ๏ธ make sure you have python 3.7+ installed.

  • Clone the repository:
git clone https://github.com/ibra/DiscoStats
  • Install the dependencies:
pip install -r requirements.txt
  • Move your discord data inside the project directory, make sure it is all dumped under one "package" folder.
  • run main file:
python main.py  
  • optionally use the --dir flag to pinpoint the package location to a specific directory:
python main.py --dir otherFolder/package

Known Limitations

  • the name of servers, channels, users etc. cannot be displayed as there is no way to do that without having a bot or some sort of authorization within the server itself
  • the names of the emojis alone cannot be used because there could be conflicts between different servers, so its more convenient for them to be displayed in the <:Emoji:12345678910> format.

discstats's People

Contributors

ibra avatar ktyldev avatar

Stargazers

 avatar cookiemiskine avatar billy avatar Vedanth P avatar  avatar  avatar

Watchers

 avatar

Forkers

ktyldev

discstats's Issues

first message sent

The current first message sent statistic is wrong so its been removed for now, the messages array needs to be sorted by date and then the first message needs to then be extracted from that

replies count towards message statistics

the discord data provided by discord also includes replies including their content within the messages.csv files. replies need to be ignored for message statistics as they interfere with the results.

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.