heaventea Posted April 9, 2016 Report Posted April 9, 2016 Hi, I'm currently asking on behalf of my coder who is not really good with English. He has trouble getting items being displayed on the website when the bots received them. The NodeBot is working fine and is able to trade items back and forth with me. Now once I've deposited the items on the bots, I'm trying to get it linked to my website inventory which belongs to mine account when I signed in through steam, showing my "web" inventory which I have deposited with the bots. I read on google about storing it in a database, doing array etc. And something about connecting the Nodebot to the website through socket.io, I'm not familiar with all these as I'm not a coder. Any help would be appreciated. Thanks Quote
Oranje Posted April 10, 2016 Report Posted April 10, 2016 First step is including mysql and socket.io module to your bot. Then after you receive items you need to fetch them and check what you have got, then process them in to your database. Then you can push the new data to your website via socket.io. That's simply how it goes. Quote
heaventea Posted April 11, 2016 Author Report Posted April 11, 2016 (edited) Yup thanks for your replies. I have googled out and told him about the socket.io and website, his able to proceed. Just another side note, because the bots that his doing is on his local machine, i have decided to put the bots like on amazon web services which has expressjs etc. How do I bypass the 7 days trade ban while login in from a new machine? , I read something about to do with secrets and cookies. Am I on the right track. Edited April 11, 2016 by heaventea Quote
Dr. McKay Posted April 11, 2016 Report Posted April 11, 2016 If you're using the mobile authenticator (which you should be for trading) there isn't a new device cooldown. Quote
heaventea Posted April 12, 2016 Author Report Posted April 12, 2016 (edited) Yeah my developer is using the 2fa mobile login confirmation trade. He said his using this steam user library, https://www.npmjs.com/package/steam-user , so I assume there wouldn't be any new machine cooldown right when I asked him to transfer the bots from his local machine to the new vps. Edited April 12, 2016 by heaventea Quote
seler Posted April 12, 2016 Report Posted April 12, 2016 I prefer to use node.js bot with PHP web-application, and via cURL get json data. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.