Any Pinterest Account Creator Bot ?

siddy.chugh

Junior Member
Joined
Sep 28, 2012
Messages
170
Reaction score
29
Does anybody here know a gud Pinterest Account Creator Bot ? I tried to search in forums what all i can find are those pins, re-pins bla bla bots. Can anyone please help me out or tell me a gud bot for Account Creation. :)
 
Does anybody here know a gud Pinterest Account Creator Bot ? I tried to search in forums what all i can find are those pins, re-pins bla bla bots. Can anyone please help me out or tell me a gud bot for Account Creation. :)
Imacros!!!!Mybe somebody will be nice enough to share some with you!!
 
No bro, I need something kind of a proper Bot, with some proxies support and all . Imacros one will not work that way i guess. Sad no one replied to my question :(
 
I'm currently using growth's account creator (about to cancel) the owner went GHOST. IndianBill made an account creator i haven't tried it yet but i'm positive he's going to keep it updated and a well respected member here on BHW
 
most of the account creators make account but its useless if they turn bad the very next day.. i am talking especially with pinterest because of there continues updates.
 
Its best to buy pinterest accounts....because most people dont have the money or the time to constantly keep updating their software because of pinterest changes....there are a few decent providers on BHW....but check their feedback.....cause there are alot of scammers or rookies who mean well but dont have any idea what they are doing.
 
Here ya go. Not posting all of it because I'm an asshole like that, but any competent programmer should be able to help you out. Good luck.

Code:
self.baseUrl = "http://api.pinterest.com/v3/"
self.userAgent = "Pinterest for Android/2.6.1 (d2att; 4.4.2)"
self.clientId = "1431602"
self.clientSecret = "492124fd20e80e0f678f7a03344875f9b6234e2b"

#Install ID is a 16 byte hex-encoded UUID4 - generate it randomly
self.post_headers = {
    "Content-Type": "application/x-www-form-urlencoded",
    "Host": "api.pinterest.com",
    "Connection": "Keep-Alive",
    "User-Agent": self.userAgent,
    "Accept-Encoding": "gzip",
    "X-Pinterest-InstallId": self.installId,
    "Accept-Language": "en_US",
}

#Register account
#Endpoint: self.baseUrl + "register/email"
#HTTP Method: POST
account_info = {
    "first_name" : "John",
    "last_name" : "Smith",
    "gender" : "male",
    "email" : "[email protected]",
    "locale" : "en-US",
    "username" : "AccountUsernameHere",
    "password" : "supersecretpassword"
}

"""
Every API request is sent with three parameters:
client_id={The client ID for Pinterest's API account}
timestamp={Current UNIX Timestamp - dat epoch doe}
oauth_signature={an oAuth signature for the request parameters and the endpoint/path}
"""
 
Hello
Are you looking for a Bot to get register in pinterest & verify your email address? then I can make custom Bot for you
But what about the email address it required for the Registration?
you have a lot of email accounts or need to create them too?
 
I have a nice Pinterest account creator for sale, you can PM me
 
Back
Top