commit e32e591e1c66e122f97d5489a2536ea2cfc193e0 Author: jsw Date: Wed Jul 2 09:54:06 2025 +0000 Add dcbotLogs.json diff --git a/dcbotLogs.json b/dcbotLogs.json new file mode 100644 index 0000000..0513a03 --- /dev/null +++ b/dcbotLogs.json @@ -0,0 +1,176 @@ +~ ❯❯ curl "https://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=jurn1304&api_key=c099e328a962cd1912a6e0f4618c671a&format=json&limit=1" | jq + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed +100 1700 100 1700 0 0 5872 0 --:--:-- --:--:-- --:--:-- 5882 +{ + "recenttracks": { + "track": [ + { + "artist": { + "mbid": "", + "#text": "Dio" + }, + "streamable": "0", + "image": [ + { + "size": "small", + "#text": "https://lastfm.freetls.fastly.net/i/u/34s/fc2c9efb0c4b26081546c069d3b2ee21.png" + }, + { + "size": "medium", + "#text": "https://lastfm.freetls.fastly.net/i/u/64s/fc2c9efb0c4b26081546c069d3b2ee21.png" + }, + { + "size": "large", + "#text": "https://lastfm.freetls.fastly.net/i/u/174s/fc2c9efb0c4b26081546c069d3b2ee21.png" + }, + { + "size": "extralarge", + "#text": "https://lastfm.freetls.fastly.net/i/u/300x300/fc2c9efb0c4b26081546c069d3b2ee21.png" + } + ], + "mbid": "d096eae9-a6a5-4fb8-92c1-a7d373733157", + "album": { + "mbid": "0c3ccca8-29a6-4014-a124-ccbd309bc66d", + "#text": "Holy Diver" + }, + "name": "Holy Diver", + "@attr": { + "nowplaying": "true" + }, + "url": "https://www.last.fm/music/Dio/_/Holy+Diver" + }, + { + "artist": { + "mbid": "f7a149a3-3828-4cc7-8ead-585a834b04c1", + "#text": "Sick Joy" + }, + "streamable": "0", + "image": [ + { + "size": "small", + "#text": "https://lastfm.freetls.fastly.net/i/u/34s/c71557aaf071b12bb27640053f6b87c0.png" + }, + { + "size": "medium", + "#text": "https://lastfm.freetls.fastly.net/i/u/64s/c71557aaf071b12bb27640053f6b87c0.png" + }, + { + "size": "large", + "#text": "https://lastfm.freetls.fastly.net/i/u/174s/c71557aaf071b12bb27640053f6b87c0.png" + }, + { + "size": "extralarge", + "#text": "https://lastfm.freetls.fastly.net/i/u/300x300/c71557aaf071b12bb27640053f6b87c0.png" + } + ], + "mbid": "da693d9e-b22d-4b73-9bc9-da631ccf92a1", + "album": { + "mbid": "16ca9d24-d401-4d6c-9638-0f94ce32aab4", + "#text": "Dissolve Me" + }, + "name": "Dissolve Me", + "url": "https://www.last.fm/music/Sick+Joy/_/Dissolve+Me", + "date": { + "uts": "1751449726", + "#text": "02 Jul 2025, 09:48" + } + } + ], + "@attr": { + "user": "jurn1304", + "totalPages": "11339", + "page": "1", + "perPage": "1", + "total": "11339" + } + } +} +~ ❯❯ curl "https://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=Yologekkie08&api_key=c099e328a962cd1912a6e0f4618c671a&format=json&limit=1" | jq + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed +100 827 100 827 0 0 4076 0 --:--:-- --:--:-- --:--:-- 4094 +{ + "recenttracks": { + "track": [ + { + "artist": { + "mbid": "", + "#text": "\"YO\"" + }, + "streamable": "0", + "image": [ + { + "size": "small", + "#text": "" + }, + { + "size": "medium", + "#text": "" + }, + { + "size": "large", + "#text": "" + }, + { + "size": "extralarge", + "#text": "" + } + ], + "mbid": "", + "album": { + "mbid": "", + "#text": "" + }, + "name": "Jake Chudnow", + "@attr": { + "nowplaying": "true" + }, + "url": "https://www.last.fm/music/%22YO%22/_/Jake+Chudnow" + }, + { + "artist": { + "mbid": "", + "#text": "\"YO\"" + }, + "streamable": "0", + "image": [ + { + "size": "small", + "#text": "" + }, + { + "size": "medium", + "#text": "" + }, + { + "size": "large", + "#text": "" + }, + { + "size": "extralarge", + "#text": "" + } + ], + "mbid": "", + "album": { + "mbid": "", + "#text": "" + }, + "name": "Jake Chudnow", + "url": "https://www.last.fm/music/%22YO%22/_/Jake+Chudnow", + "date": { + "uts": "1751449621", + "#text": "02 Jul 2025, 09:47" + } + } + ], + "@attr": { + "user": "Yologekkie08", + "totalPages": "50", + "page": "1", + "perPage": "1", + "total": "50" + } + } +} \ No newline at end of file