Annoying IRC bot with Markov chains
irc.py | ||
markov.py | ||
README.md |
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