coarse / ptc-account-maker

10 stars 1 forks source link

How to create accounts? #1

Open hdubb opened 8 years ago

hdubb commented 8 years ago

If I want to create 10 accounts, do I have to enter the username, password, and email on credentials.json 10 times?

Also, if that is the case, how can I automate the information?

I figured out how to do it on excel with username, password but for email, I am using gmail. if you put a + at the end of the email address before @gmail.com, it will think it is a new email account

i cant get excel to auto fill the information.

coarse commented 8 years ago

i think it would be better if i explained to you how my script works.

you feed it a 'base' username (i.e. "ptc-bot"), a password, and an gmail address without the '@gmail.com'. if you were to run it to make 10 accounts, you would end up with accounts ptc-bot1, ptc-bot2, ptc-bot3, ..., ptc-bot10. their passwords would be the password in credentials.json and the email will be sent to the gmail account you provided in the same file.

as for the + thing for gmail addresses, it also works for dots, which is what i use for the script.

other info, dob by default is 1997-01-22, and country should be united states, if im not mistaken.

once with my other project, ill get back to fixing this and try adding automatic email verification.

lost-hope commented 8 years ago

python run.py 10 trying to make 10accounts trying to open verification form... success! filling up form... success! done submitting age verification! success! moving to the next form... filling up form... success! done submitting registration form! failed! continuing with next account trying to open verification form... success! filling up form... success! done submitting age verification! success! moving to the next form... filling up form... success! done submitting registration form! failed! continuing with next account trying to open verification form... success! filling up form... success!

I have problems running this script my credentiansfile is: { "dob" : "1997-01-22", "username" : "cellblocktest", "password" : "test", "email" : "test" }

Liliexx commented 8 years ago

the script isn't working at all you got some missing code's

Liliexx commented 8 years ago

i fixed it , gonna do some changed then gonna make a pr

paperc07 commented 8 years ago

trying to make 10accounts trying to open verification form... error occured! restarting attempt... HTTP Error 500: Internal Server Error trying to open verification form...

Anjlo commented 8 years ago

Hey guys, anyone got this working? -or what to fix to get it working?

I get 'failed! continuing with next account'

yuya-iwabuchi commented 8 years ago

https://github.com/coarse/ptc-account-maker/blob/master/run.py#L67-L68 Make them same (copy second one to the first).