Vexed01 / Vex-Cogs

My cogs for Red.
https://cogdocs.vexcodes.com
GNU General Public License v3.0
27 stars 20 forks source link

Steam Server Querys #123

Closed PlepperGuy closed 11 months ago

PlepperGuy commented 11 months ago

What cog is this feature request for?

Status

Describe the feature request in as much detail as possible

For a lot of games that use steamcmd you can query them for information about player count and online status. Valheim Server is what I'm specifically looking for, using port 2457 you can query it to get the above information. Think this would be very useful for gaming communities!

PlepperGuy commented 11 months ago

https://developer.valvesoftware.com/wiki/Server_queries

Vexed01 commented 11 months ago

This cog is purely for getting data from Statuspage, and as such I have no plans to support alternative data sources. You might want to create a free or paid bounty on the Cog Board.

Alternatively, you might be able to use the apitools cog from flare to make requests, though it wouldn't be formatted particularly well.