/6thdanbotv2

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

Primary LanguagePythonApache License 2.0Apache-2.0

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