Thonkbot is an easy way to aggregate chat messages and run queries on them. The bot is written in Go.
- Clone the git repo
- Copy
config.example.json
toconfig.json
and fill with the appropriate keys as needed. - Import the MySQL dump into your own database. You will need to manually add yourself to the bot_admins table (userlevel is deprecated and irrelevant).
- Run
go build
to compile the binary - Start the bot with
./thonkbot
!