Skip to content

WhenDaBoostHitU/pikapy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pikapy - Mass Pokemon Go Account Creator and ToS verifier

Description

Automatically creates Pokemon Trainer Club accounts, and reads the ToS making them usable after the recent Niantic patch. Text files will be created in your current directory.

usernames.txt will give the needed output for https://github.com/favll/pogom in username:password format.

Installation

Note: If you are upgrading from the last version, you will have to update and/or reinstall the requirements.

Install from Github using pip::

pip install git+https://github.com/skvvv/pikapy

If given errors try (Due to both having python2 and python3):

pip2 install git+https://github.com/skvvv/pikapy  

Or if given permission errors:

sudo pip2 install git+https://github.com/skvvv/pikapy  

If given error:

from pgoapi import PGoApi
ImportError: No module named pgoapi

Run:

pip install git+https://github.com/keyphact/pgoapi.git

If you are having problems with installation, join us on https://discord.gg/2cmhB

Use

Command line interface:

After installing the package run 'pikapy' from the terminal to create a new accounts. Optional parameters include --username, --password, --email, --count Use --help for command line interface help.

Example 1 (Create entirely random new account)::

~pikapy
Created new account:
  Username:  dGXJXnAzxqmjbaP
  Password:  yUbiAgcXhBrEwHk
  Email   :  [email protected]

Example 2 (Create 2 accounts with the same password)::

~pikapy -p password -c 2
Created new account:
  Username:  dGXJXnAzxqmjbaP
  Password:  password
  Email   :  [email protected]
Created new account:
  Username:  vKEkp19eb0l4mFW
  Password:  password
  Email   :  [email protected]

Example 3 (Create a new account with specified parameters)::

~pikapy --username=mycustomusername --password=hunter2 [email protected]
Created new account:
  Username:  mycustomusername
  Password:  hunter2
  Email   :  [email protected]

Extra Options:

  • --email-tag: Add the username as a tag to the email (e.g. [email protected]) Output is saved both as a list of usernames, and pokemongo-map ready -u username1 -u username2 -username3... format

About

Pokemon Go Mass Account Creator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%