Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.69 KB

README.md

File metadata and controls

61 lines (49 loc) · 2.69 KB

discord-activity-tracker (WORK IN PROGRESS)

GitHub top language GitHub language count GitHub issues GitHub license GitHub last commit

Sections

Introduction

This repo allows you to view your members activity and see when they are most active!
The repo comes shipped with a configurable discord bot, an sqllite3 database, a front end for easy, remote access, graphs and stats with your data and the ability to transfer the data to a csv format for use in spreadsheet software!

Setup

TBD

Features

Front End

  • Auth protected front end
  • Interactive graphs
  • Access anywhere, anytime
  • Conversion from database to csv

Back End

  • Easy to understand code
  • Helpful contributers to help you out
  • Organised neatly code
  • Lisence allows you to do ABSOLUTELY anything
  • Common used libraries
  • Minimal code
  • Most up-to-date technology

Discord bot

  • Easy setup done through discord
  • Message updates toggle
  • Configurable settings
  • Completely flexible

Roadmap

  • Capture activities
  • Init database with discord command
  • Set a baseline for the bots config
  • Allow the Discord bot to edit configs easily
  • Make an easy setup command
  • Build the HTML and CSS for the website
  • Deal with the discord Auth Flow for the website
  • Link the database and website
  • Allow for the database to be saved as a .csv spreadsheetfile
  • Plot graph with points that show the data from the database
  • Release the BETA
  • (Optional) Allow the capturing of games
  • (Optional) Allow the capturing of message activity
  • (Optional) Create a WIKI for more info