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.
- 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
)
- pymysql (can be installed with
- Webserver with PHP 5 (for the web app)
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.