Hey, could someone tell me, how should I communicate with steam bot through laravel/vue.js ?
Also where should I store the bots folder ? (I guess it should be somewhere outside the laravel project for better security and dont know how would I turn on the bot, but not sure, correct me if I am wrong)
For instance when a user clicks some button, I want to create trade-offer (where my bot gives to the user some item)
- bots folder is probably outside the laravel (not in laravel project, but somewhere in the server)
- i can call some function or ajax request from the click, but dont know what exactly should I do, how to commuicate with the bot