What should I know to create a bot? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What should I know to create a bot?

create bot

22nd Dec 2017, 9:06 PM
Dmitriy
2 Answers
+ 1
Trade bot? I don't know exactly but definitely back-end stuff, like a script that automatically accepts and confirms the trade offer (input and output) with certain parameters that must be checked, like: does the trader on the website really have the item in his inventory... (information could be stored on a database with php or sql)... just some ideas.
22nd Dec 2017, 9:13 PM
Lucien
Lucien - avatar
0
There are libraries/frameworks for this ranging from SteamKit2 which is a reverse-engineered library to help access much of the Steam API and the data involved to ports of it in other languages such as node-steam for NodeJS.
14th Feb 2018, 6:48 AM
Tom Shaver
Tom Shaver - avatar