Z
Z
zuckonit2015-12-28 19:04:41
CMS
zuckonit, 2015-12-28 19:04:41

How does the marketplace work?

Interested in the functionality of this site: market.csgo.com and others like it.
With what mono to implement such opportunities? in particular, they are interested in a BOT for a Steam account, which takes the item from the seller and automatically transfers it to the buyer upon payment. How can you write such a bot?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anar4you, 2015-12-29
@zuckonit

All of the above comments have nothing to do with this site. Although maybe in part.
I answer your question:
user registration/authorization is done using the Steam API ( steamcommunity.com/dev/apikey)
the bot is written on node.js ( https://nodejs.org/en/) + node-dota2 ( https:// github.com/RJacksonm1/node-dota2) OR node-csgo ( https://github.com/joshuaferrara/node-csgo) depending on which game you plan to code for.

X
xmoonlight, 2015-12-28
@xmoonlight

1. We look: there is an API - we use the API.
2. If there is no API -> we write our client to execute requests (wrapper) in PHP (or similar) and interact with the site through it.

Y
Yuri Grinev, 2015-12-28
@linakun

I advise you to read about the API.

M
Mikhail Osher, 2015-12-28
@miraage


How can such opportunities be realized?
How can you write such a bot?
In PHP it's as easy as shelling pears. Read the documentation. Write business logic. Ready.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question