Open JoshuaDennisBlackman opened 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.
Yes this si sure something i would like to see.
Any idea when the GUI will be done? This feature would be really nice to have...
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?
Output is already in csv. GUI dev have been put on hold for now.
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'
Do you have any suggestions about a more usefull format? Without loosing any feature
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
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