Search results

  1. T

    Disqus upvote bot tester

    import requests import random import string import threadpool import thread def gen(size=10, chars=string.ascii_uppercase + string.digits): return ''.join(random.choice(chars) for x in range(size)) class Disqus: def __init__(self): print...
  2. T

    Disqus upvote bot (code)

    import requests import random import string import threadpool import thread def gen(size=10, chars=string.ascii_uppercase + string.digits): return ''.join(random.choice(chars) for x in range(size)) class Disqus: def __init__(self): print "Disqus Class Initialized"...
  3. T

    Disqus upvote bot needed. I have starting code

    Im looking for a disqus upvote bot. Since disqus does not allow gues upvotes. The bot needs to create new accounts i think for every like. I have starting code if anyone would like to take a look at it I can post ot below
Back
Top