Originally Posted by
sammyg69
I did all that, And after doing the copy paste in the command window, it gave me a long wall of text which ended successfully. what do i do from there.
I will assume you're asking what the commands are. Taken from their GitHub ...
Code:
Usage
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.
usernames.txt file is created in the current working directory.
Example 1 (Create entirely random new account)::
~pikapy
Created new account:
Username: traynagmoh
Password: rossstrubhep
Email : [email protected]
Example 2 (Create 2 accounts with the same password)::
~pikapy -p password -c 2
Created new account:
Username: trodbectflik
Password: password
Email : [email protected]
Created new account:
Username: truzplospduv
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: mycusttruzplospduv:trodbectflikomusername
Password: hunter2
Email : [email protected]
Example 4 (Create a new account with mail using "plus trick")::
~pikapy -m [email protected]
Created new account:
Username: wongblofttez
Password: password
Email : [email protected]
I use a fork of this with a bit better documentation but it's essentially the same thing. GitHub - sriyegna/Pikaptcha: Automated and Manual creation of PTC accts