Is it possible to make all them go to one GMAIL account as previous poster stated? That would be interesting but I couldn't quite understand what was intended.
This thing so far has been working like a charm. Keep it under 10 characters for username and keep threads 20 under no problems unless PTC is being retarded.
This is another that while possible, is not necessarily a good idea. This would likely be a huge speed block as gmail is not as easy to access as a simple mail API. There is also no real reason to access the emails afterwards. If an account does not verify, the script will skip it, its faster that way
Assuming you're making 200 accounts 20x10 and you wanted gmail. I would assume you also know a valid work around for this. Plenty available online.
I'm just thinking the validity of these accounts if Niantic ever wanted to do a sweep on duplicate usernames. I could imagine there would be an acceptable range assuming people want to use common words like Girl, Boy, King, Ash, Pikachu, etc.. But if they do a sweep and the database turns up like 1000 pikaboy493829, pikaboy403212, pikaboy329901, etc.. Wouldn't this be a pretty easy way to terminate these accounts?
Instead of sequential numeric, how about limiting the account to the amount of post characters - right now it is 6, how about having a choice, such as 3 ( 999 potential combinations ) then the person could take all and in notepad++ list by alphabetical/numerical order and tadaa.
In the same way for 2 ( 99 potential ) etc.
Those who want to keep it the 6 way thats fine.
On another note, this might seem dumb maybe i could just not find the info... I am trying to figure out ok yes i have 1000 accounts lets say, now how do i get the config.json to pull each one at the time.. or its just not possible?
How do i make it to connect to them?
If no way is possible could you potentialy make it another way, what i mean by that is to go and create single folders with the username then in the folder with username a folder Config then auth.json with the script and fill blanks that are the username/password with <USERNAME> <PASSWORD>
So it would seem like this
- Bot creates account
---- While doing so it creates a folder with <USERNAME>\Config\auth.json
-- Data of bot with structure required by the two major bots - > info filled Ptc etc..( this could be modifiable in the config.json of the bot so that we can edit so on so forth )
Then all that is needed is to use a .py to launch all or paste a copy of each in there anyways many methods as long as the auth.json is within <username>\Config\ then i can deal with that.
If you could please update if there is another way.
Thanks
It always says "Waiting for E-Mail"
I created already 1000Accs+ with it but now it wont work
Either PTC is taking the piss or Niantic is working on stopping these methods.
both wrong ! its the email service. If you change the ruby script and use your own email server, it will work like a charm
Not working at all. All are failing.
Can u add so it save also the email on the txt file?
what is it mean? thank
use quotes "futureGO" "372819"
Care to elaborate? Which line in the code should i change and to what exactly?
Code:while !email_arrived begin res = open("http://api.temp-mail.ru/request/mail/id/#{md5_email}").read
Code:end password ||= (0...12).map { o[rand(o.length)] }.join email = "#{email.downcase}@divismail.ru"