eprnn / 6thdanbotv2

A simple Discord bot that builds a Markov chain language model out of server messages and generates sentences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Markov chain Discord bot for fun

Commands

  1. -update -> gets messages (default 50k) from all server channels as .CSVs
  2. -juuh -> builds a markov chain language model out of server messages and sends a message generated by the model to a channel
  3. -tell -> uses WolframAlpha simple API to return short answers to questions

Usage

  1. Fill in required secrets to secrets2.py
  2. Run setup.sh
  3. Run run.sh

About

A simple Discord bot that builds a Markov chain language model out of server messages and generates sentences

License:Apache License 2.0


Languages

Language:Python 95.8%Language:Shell 4.2%