Revadike
Revadike
exactly
I had a similar idea: using machine learning, predict how likely a proposed trade is going to be accepted. The problem for that though, is there is no historical game...
Re: @antigravities I think you should see it as a tool. It's equivalent to asking a third party trader what (s)he thinks of the trade. In this case, it's the...
> If it's built in to the site, it will be seen by new users as the "objective" and "only" way to determine game value, regardless of what the intention...
Relevant steam discussion: https://steamcommunity.com/groups/bartervg/discussions/0/405692758726921809
We ran into this problem too. There's only these (using cdn domain): * Most recent global trades: `https://bartervg.com/o/json/` * User trade list: `https://bartervg.com/u//o/json/` * User trade: `https://bartervg.com/u//o//json/`
Do declined include countered?
Good. Datadump for accepted and declined trades would be nice, with the included games data included.
> I had a similar idea: using machine learning, predict how likely a proposed trade is going to be accepted. The problem for that though, is there is no historical...
> -> Collect all users from https://barter.vg/u/json > -> Collect all offer IDs from `https://bartervg.com/u//o/json/` > -> Collect all offer details from `https://bartervg.com/u//o//json/` I think you can minimize the data-collecting...