diff --git a/README.md b/README.md index e07c7d2..7a2ae80 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/build/twFlock b/build/flock-botnet similarity index 51% rename from build/twFlock rename to build/flock-botnet index 54fc152..568ca07 100755 Binary files a/build/twFlock and b/build/flock-botnet differ