/ptc_account_generator

The purpose of this is to mostly automate the process of creating a PTC account

Primary LanguageJupyter Notebook

Pokémon Trainer Club Account Generator

Getting started

  1. Install Python3 🐍
  2. Install Jupyter with pip
  3. Download this repository
  4. Create a virtual environment with the following command
python -m venv env
  1. Activate the virtual environment
  2. Install the jupyter kernel in your virtual environment (guide)
pip install ipykernel
  1. Add the environment to Jupyter
python -m ipykernel install --name=PoGOAccounts
  1. Install Geckodriver

Usage

  1. Start Jupyter with this command: jupyter notebook
  2. Open the notebook (account_generator.ipynb) in the browser window that has been opened
  3. Run the first cell (CTRL + ENTER) of the notebook
  4. A new Firefox browser window should appear, filling everything and generating a new e-mail
  5. After the first cell has been fully executed, complete the CAPTCHA on the PTC page and confirm the input
  6. Go to the second tab and wait for the confirmation email to arrive
  7. Verify your account
  8. Open Pokémon Go on your device
  9. Select "New Player" in the opening screen
  10. Enter your credentials (they will be saved in the file accounts.csv as well as being displayed in the notebook)
  11. Rinse and repeat ☕