adds header to all crawlers

This commit is contained in:
Seraphim Strub 2023-03-06 19:02:40 +01:00
parent fcff591655
commit d8793a1b9f
6 changed files with 58 additions and 13 deletions

View file

@ -24,20 +24,17 @@ var (
)
func main() {
// translate this to go: https://dev.rievo.net/sst/feed-python
// query different sources store to db
// try to incorporate operagx apiUrl:
// - https://gx-proxy.operacdn.com/content/free-games?_limit=300&_sort=order%3AASC
// send messages to discord
// ideas:
// - https://github.com/TheLovinator1/discord-free-game-notifier
// - https://gg.deals/games/free-games/
// - https://gg.deals/news/free-gog-games/
// - origin
// - check ubisoft works
log.SetLevel(log.LevelDebug)
log.SetLevel(log.LevelInfo)
log.Info("starting dealsbot...")
log.Info("disgo version: ", disgo.Version)