Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Who was it here who wrote the Anusymous bot?

Name: !L33tUKZj5I 2013-01-26 7:37

Giff sauce coad plz.

I want to try and put all of his monikers in to try and stop him shitting up lounge. I'd work on adding phrases/context to try and spot his anonymous posts too.

Name: Anonymous 2013-01-27 18:46

Change the bbs and anusus variables to choose your targets. Configure a cronjob to run it automatically every so often. Keep in mind that those subject.txt files get really big, so pick a reasonable schedule if you have limited bandwidth.

#!/usr/bin/env python

import urllib

bbs = 'prog'
anuses = [
    '!L33tUKZj5I',
]

url = 'https://dis.4chan.org/%s/subject.txt' % bbs
f = urllib.urlopen(url)
for line in f.readlines():
    try:
        _, _, _, id_, posts, poster, _ = line.strip().split('<>')
    except ValueError:
        continue
    if int(posts) < 1000 and poster in anuses:
        url = 'https://dis.4chan.org/post'
        data = {
            'bbs': bbs,
            'id': id_,
            'kotehan': 'Anonymous',
            'meiru': '',
            'com': ">>%s\nI insure you you're an anus[i]![/i]" % (posts),
            'shiichan': 'proper2',
            'email': "'",
        }
        urllib.urlopen(url, urllib.urlencode(data))
f.close()


>>33
Check your doubles, GETS scum!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List