Annoying IRC bot with Markov chains
Go to file
2020-01-21 10:25:27 +00:00
irc.py Add IRC bot 2020-01-21 10:25:27 +00:00
markov.py Initial commit 2017-11-08 08:37:41 +00:00
README.md Add readme 2017-11-08 08:45:23 +00:00

Interprot

MarKov engine

Quick and dirty markov engine, works with pickle files.

Usage

Create a dictionnary with learning samples in learning_file.txt:

./markov.py --create-dic -f learning_file.txt -o dict.pkl

Generate gibbering garbage:

./markov.py -l dict.pkl

Generate flooding gibbering garbage:

./markov.py -l dict.pkl -n 9001