PokemonGo-Bot
PokemonGo-Bot copied to clipboard
Accounts Scheduler
Accounts Scheduler
Similar to Sleep Scheduler, instead of going to sleep, bot will work 24 hrs around the clock but at intervals, switch account. This is similar to sleep, except that while "sleeping" another account is working.
I'll be working on this. Feel free to add on what you like to see with this new feature
As a feature request I suggest to use authentication.js to configure this. Not the normal config file. In authentication.js you can then add multiple acounts like a list. Here is a sample config:
{ "accounts": [ { "auth_service": "ptc", "username": "xxxxx", "password": "xxxxx", "location": "xx.xxxxxx,xx.xxxxx", "favorite_locations": [ { "name": "xxxx", "coords": "xx.xxxx,xx.xxxx" } ], "gmapkey": "xxxx", "hashkey" : "xxxx", "encrypt_location": "", "telegram_token": "", "discord_token": "" }, { "auth_service": "google", "username": "xxxxx", "password": "xxxxx", "location": "xx.xxxxxx,xx.xxxxx", "favorite_locations": [ { "name": "xxxx", "coords": "xx.xxxx,xx.xxxx" } ], "gmapkey": "xxxx", "hashkey" : "xxxx", "encrypt_location": "", "telegram_token": "", "discord_token": "" } ] }
what @goedzo suggested AND the ability to just load a simple auth,UN,PW csv. perhaps also the ability to print accounts to file that reach a specified "level_limit".
@goedzo authentication.js? the file should called whatever.JSON
I'm working on a account starter. Done: Round robbin proxy distribution Round robbin haskey distribution Todo: account management
@Xairoo Not sure what you mean. I think that you are implementing mass account creation, whilst @MerlionRock is talking about a configuration file to start with multiple accounts. Since the bot already stores accounts into authentication.js, it makes sense to extend that file.
mass account creation? nope more like mass account botting
@Xairooo that sounds great! Love to see a PR with your work!
I will try to make use of what @Xairooo has already done. If I only have one key, Multi account boting at the same time might not work well. So I will still try to come out with a account scheduler.
But I want to settle the sniper function first :)