There is an XML file on a video game website. This file shows the names of all the servers and who is currently playing, along with the name of the map they're playing. Some members of the game's Discord server took the info from that XML file and made a Discord bot that displays that info as an easy-to-read and up-to-date table.
Is there a way that I can take the info from that XML file and create a script that will display a similar up-to-date table in my web browser? Or is there another way to display that data somehow? I don't want to have to join the Discord server to see that info in real time.
I'm not sure, but I think they said they used python. I don't know anything about programming. I just know some basic HTML and that's it.