blob: abf4ed6c12cf7d6c732437753c44a58b80e4f14e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|