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.
Install from Github using pip::
~pip install git+https://github.com/skvvv/pikapy
If given errors try (Due to both having python2 and python3):
~sudo pip2 install git+https://github.com/skvvv/pikapy
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