PokemonGo-Bot icon indicating copy to clipboard operation
PokemonGo-Bot copied to clipboard

Accounts Scheduler

Open MerlionRock opened this issue 7 years ago • 7 comments

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

MerlionRock avatar Jul 18 '17 09:07 MerlionRock

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": "" } ] }

goedzo avatar Jul 18 '17 16:07 goedzo

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".

crvfts avatar Jul 18 '17 22:07 crvfts

@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

Xairooo avatar Jul 19 '17 18:07 Xairooo

@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.

goedzo avatar Jul 19 '17 19:07 goedzo

mass account creation? nope more like mass account botting

Xairooo avatar Jul 19 '17 19:07 Xairooo

@Xairooo that sounds great! Love to see a PR with your work!

davidakachaos avatar Jul 20 '17 16:07 davidakachaos

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 :)

MerlionRock avatar Jul 26 '17 17:07 MerlionRock