drallieiv / KinanCity

Yet another PTC account generator
Apache License 2.0
125 stars 66 forks source link

Outputting Accounts #12

Open JoshuaDennisBlackman opened 7 years ago

JoshuaDennisBlackman commented 7 years ago

Currently it outputs accounts into a .csv which is fine, however the format is quite frustrating, as you have to manually delete the email from each account line. Maybe having a flag which you could choose how you would like them outputted, for example

"-acout rm" would be ptc,username,password "-acout standard" would be username:password

drallieiv commented 7 years ago

Added a simple log at end of batch in rocketMap format. This feature will have to modify quite a few files and will be obsolete when GUI will be done. So it is no longer in priority list.

tokar86a commented 7 years ago

Yes this si sure something i would like to see.

JerryLosey commented 7 years ago

Any idea when the GUI will be done? This feature would be really nice to have...

TechG3n commented 6 years ago

For headless use it would be perfect to have a option to output the accounts in a csv in a usefull format. When the GUI is ready, will it still support commandline only?

drallieiv commented 6 years ago

Output is already in csv. GUI dev have been put on hold for now.

TechG3n commented 6 years ago

Yes in csv, but not in usefull format. I will try to build something with SED or something to extract name + password to get it like 'ptc,account, pwd'

drallieiv commented 6 years ago

Do you have any suggestions about a more usefull format? Without loosing any feature

TechG3n commented 6 years ago

Maybe another csv file? One for log and all (like now output.csv) and one with only 'ptc,accountname,password' (next line, next account) A perfect solution would be a argument to specify the output csv - so you can point it directly to the Rocketmap accounts.csv (or any other map) -account-only /test/accounts.csv