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.
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...
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.
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"...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.