the old heartstrings were / there taking every last bit / of grace i had had
4
   
Award
Favorite
Favorited
Unfavorite
Download
"{ "id": "3955904564",
"market_fee_app": 323370,
"tags": [ "", { "name": "TERA" } ],
"market_name": "Castanica",
"actions": [ { "link": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/323370/d7c3ad84b73086d9203999cc3ae95a1768c5bdef.jpg" } ] },
--------------------------------------------------------------------------------
backgrounds = [];
http_request(accounts[0], 'https://gtm.steamproxy.vip/id/byteframe/ajaxgetplayerbackgrounds', {}, (body) => (
body.data.profilebackgroundsowned.forEach((background) =>
backgrounds.push({
id: background.communityitemid,
appid: background.appid,
game: body.data.backgroundappnames[background.appid],
name: background.name,
image: "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/" + background.image_large }))))
fs.writeFileSync('/mnt/Datavault/Work/bg.json', JSON.stringify(data.backgrounds, null, 2))"