SkillAgentSearch skills...

SteamWebPipes

🚀 Pushes Steam changelists to WebSocket clients

Install / Use

/learn @xPaw/SteamWebPipes
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SteamWebPipes

Uses Steam's PICS changelist system and retransmits it to clients via WebSockets.

This is a barebones program which uses SteamKit2 library. All it does is check for new changelists, and when detected sends out events to Websocket clients.

If a MySQL database string is provided, it will pull app and package names from there. See ChangelistEvent.cs file and modify as needed. You can seed app names by using GetAppList web API.

It requires .NET 6. The client (in client/ folder) connects to the Websocket and prints the events as they are received.

License: MIT

View on GitHub
GitHub Stars135
CategoryDevelopment
Updated1mo ago
Forks30

Languages

C#

Security Score

100/100

Audited on Feb 19, 2026

No findings