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 : TVKzlu1AcW@6yxi6.com
Example 2 (Create 2 accounts with the same password)::
~pikapy -p password -c 2
Created new account:
Username: dGXJXnAzxqmjbaP
Password: password
Email : TVKzlu1AcW@6yxi6.com
Created new account:
Username: vKEkp19eb0l4mFW
Password: password
Email : TVKzlu1AcW@6yxi6.com
Example 3 (Create a new account with specified parameters)::
~pikapy --username=mycustomusername --password=hunter2 --email=verifiable@lackmail.ru
Created new account:
Username: mycustomusername
Password: hunter2
Email : verifiable@lackmail.ru
Extra Options:
- --email-tag: Add the username as a tag to the email (e.g. address+username@gmail.com) Output is saved both as a list of usernames, and pokemongo-map ready -u username1 -u username2 -username3... format