Skip to content

Simple script to query Steam API to get new games from family members and notify via webhook

License

Notifications You must be signed in to change notification settings

AxelTerizaki/steam-family-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Family New Games Notifier

Install

  • NodeJS 20.11+ required

  • npm install

  • Copy config.sample.json to config.json and edit it. Should be self-explanatory.

    • You'll need a webhook URL from your discord server settings
    • You'll need a Steam API key. You can request one for free from Steam.
    • You'll need your family's SteamID64s. You can get those from the Account Details page (click on your avatar on the upper right corner of the steam window/site)
  • Run with node index.mjs --init first. This will establish a list of games for everyone and won't send the webhook.

  • Periodically run node index.mjs to get notified of new games (for example via a crontab)

  • Enjoy!

About

Simple script to query Steam API to get new games from family members and notify via webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published