From df15f0e7aa0e0e7d632e0859f003f547417bf2c2 Mon Sep 17 00:00:00 2001 From: ngharo Date: Thu, 14 Sep 2017 15:51:56 -0500 Subject: Added readme --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..abf4ed6 --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +ansibots - a craptacular IRC spammer + +How's it work? barely. + +Why? Because shitposting + +How do I shitpost? +1. Edit bot.py with your IRC network stuffs. + note: you probably want to use specific servers + and not round-robin server hostnames because + latency and timing issues. +2. Edit main.py and specify number of bots (workers) + and rate limiting parameters. You'll need to tweak + these settings for each IRCd you connect to. Some + rate limit (flood protection) more than others. Find + your happy place. +3. run it: + $ cat some_spam | python main.py + +Check out ansi2unicode.pl for a nice script to convert ansi +artwork to unicode that can be piped straight to the script: +$ ansi2unicode.pl ~/art/something.ans | python main.py -- cgit v1.2.3