feature: switch dealsbot to sqlite kv and remove defunct ubisoft api
This commit is contained in:
parent
759aae3b54
commit
50cd000ee5
4 changed files with 35 additions and 293 deletions
|
@ -23,7 +23,7 @@ type SteamStruct struct {
|
|||
|
||||
func NewSteamApi(logger *slog.Logger) SteamStruct {
|
||||
steam := SteamStruct{
|
||||
url: "https://store.steampowered.com/search/results?force_infinite=1&maxprice=free&specials=1",
|
||||
url: "https://store.steampowered.com/search/results?force_infinite=1&maxprice=free&specials=1&category1=998",
|
||||
baseUrl: "https://store.steampowered.com/app/",
|
||||
apiUrl: "https://store.steampowered.com/api/appdetails?appids=",
|
||||
idPrefix: "steam-",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue