Skip to content

Accounts.json #2

@drakbar

Description

@drakbar

So after going briefly through the code I stumble across this file. Is this for adding multiple accounts? I am not experienced with Json so this is just my speculation about how you intended to use it. If this is the case and all you have to do is fill in the blank for the required fields that is a really cool implementation and I would like to add this very thing to my own project. However, when I tride to do this very thing with one google account the program crashed because it could authenticate with PTC. I completely removed the PTC element but the problem still persisted. I only mention this because I am unsure if that is the intention of this piece.

{
  "Accounts": [
    {
      "Provider": "PokemonTrainerClub",
      "Username": "xxx",
      "Password": "xxx",
      "Position": {
        "Latitude": 0.0,
        "Longitude": 0.0
      }
    },
    {
      "Provider": "GoogleAuth",
      "Username": "xxx",
      "Password": "xxx",
      "Position": {
        "Latitude": 0.0,
        "Longitude": 0.0
      }
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions