HackSoc-Imitate (or just imitate bot) is a simple imitate bot designed to imitate users on Slack using a markov chain.
The bot was designed for the HackSoc Slack server. You can blame Sam and HackSoc in general.
This bot depends on:
- Markovify - to handle the markov chains,
- Slacksocket - to handle Slack communication,
- Lark - to parse bot commands.
You can install these using the REQUIREMENTS
file with pip
. This should be as simple as:
pip install -r REQUIREMENTS
You may wish to use a virtual environment to isolate these dependencies from the rest of your machine.
This project is licensed under the BSD 3-Clause license, see LICENSE for details.