Get news data for a given application.
get_news(
appid,
maxlength = NULL,
enddate = NULL,
count = 20,
feeds = NULL,
tags = NULL
)
Arguments
- appid
Application ID referencing a Steam application. There are
generally two ways of retrieving an appID:
Inspect or parse the store URL of an application, e.g. https://store.steampowered.com/app/10/CounterStrike/
Query appIDs programmatically, e.g. using search_apps