Skip to content

Hornwitser/DiscordLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Logger

Discord logger is a simple logging bot and web application for recording and documenting the messages on the Discord WebSocket API. This is useful for the development of third-party Discord clients, as an official API for Discord has not yet been released.

Requirements

  • MySQL database
  • Python 3
    • pymysql (can be installed with pip install pymysql)
    • discord.py >= 0.8.0 (can be installed with pip install discord.py)
  • Webserver with PHP 5 (for the web app)

Configuration

See db/schema.sql for a description of the database setup, logger/config-example.py for the configuration of the Discord bot and the analysis program, and finally web/.htaccess-example for the web application.

About

Discord logging bot and analysis application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published