I am so tired / But I can't turn this thing off / So I stay awake
5
   
Award
Favorite
Favorited
Unfavorite
Download
"console.log('requesting inventory...');
account.community.httpRequestGet({
"uri": 'https://steamproxy-script.pipiskins.com/id/Triumphofdegeneration/inventory/json/753/6',
"json": true,
"form": {
"l": 'english', // Default language
"count": 5000, // Max items per 'page'
"start_assetid": start
}
}, (err, response, body) => {
if (err) {
return console.error('inventory request failure!');
}
if (!body.success) {
return console.error('inventory data failure!');
}
var items = [];
Object.keys(body.rgInventory).map((key, index) => {
items[index] = body.rgInventory[key];
});
Object.keys(body.rgDescriptions).map((key, index) => {
for (var j = 0; j < items.length; j++) {
if (body.rgDescriptions[key].classid == items[j].classid) {
body.rgDescriptions[key].id = items[j].id;
}
}
if (body.rgDescriptions[key].tags[2].name == "Profile Background") {
backgrounds1.push(body.rgDescriptions[key]);
}
});
console.log('total backgrounds: ' + backgrounds1.length);
});"
3 Comments
john wick dies at the end 13 Jun, 2020 @ 9:56pm 
Does this try pull my inventory? Where'd you get this code
KungfuBojar 28 Jul, 2019 @ 1:49am 
Like it
Bruno Makihara 10 Jan, 2018 @ 3:13pm 
:good: