simple question about the IPC API #2333
-
Is there a way to list all accounts saved within ArchiSteamFarm so I can loop through them?
The reason I want to use the IPC API is that I want to keep account names, passwords, all in ASF and generate 2FA tokens using it instead of storing them in plain text and reinvent the wheel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You won't be able to grab password from ASF as it's considered sensitive detail. |
Beta Was this translation helpful? Give feedback.
You won't be able to grab password from ASF as it's considered sensitive detail.
/Api/Bot/ASF
can give you info about registered bots, but you won't find password to them there.