Recent content by Triggakb24

  1. T

    [help] i need a disqus like bot

    The python code works but fails at logging in. It uses Disqus api to upvote at a certain comment address that you input. Anyone here know how to log in with random accounts that have already been created. Not manually but at run time.
  2. T

    [help] i need a disqus like bot

    Im using mailinator to generate random accounts but im having issues logging in with them. Not sure why im getting bad log in
  3. T

    Disqus upvote bot tester

    How did it work
  4. T

    [help] i need a disqus like bot

    Im looking for a disqus bot aswel, i have starting code below 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...
  5. T

    help me

    Learn C then C++ and Java. Learn datastructures and object oriented programming and get familiar with scripting languages, front end/back end languages and learn database. Choose a stack and get creative.
  6. T

    Disqus upvote bot (code)

    No testers?
  7. T

    Looking for script to force visitors to stay longer on a webpage

    I always wondered why people did this on their website.
  8. T

    Disqus upvote bot tester

    Also replace email and password with an existing account to test with. Note: the API Key may need to be updated with dosqus api website
  9. 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...
  10. T

    Disqus upvote bot (code)

    Replace email and password with your account to log in with
  11. T

    How is this possible?

    Email them
  12. 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"...
  13. 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
  14. T

    My Disqus Upvote Bot. Need 3 guinea pigs

    I have 50k upvotes im willing to get more for. Bot
Back
Top