@ -1,8 +1,8 @@
# flock-botnet
# flock-botnet [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucode/flock-botnet)](https://goreportcard.com/report/github.com/arnaucode/flock-botnet)
A twitter flock botnet with bots replying tweets with text generated by Markov chains
A twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains
#### generating text with Markov chains
### generating text with Markov chains
Markov chain: https://en.wikipedia.org/wiki/Markov_chain
The algorithm calculates the probabilities of Markov chains, analyzing a considerable amount of text, for the examples, I've done it with the book "The Critique of Pure Reason", by Immanuel Kant (http://www.gutenberg.org/cache/epub/4280/pg4280.txt).