discordBots/cmd/dealsbot/main.go

10 lines
199 B
Go
Raw Normal View History

2023-01-26 00:28:18 +00:00
package main
func main() {
// translate this to go: https://dev.rievo.net/sst/feed-python
// query different sources store to db
// try to incorporate operagx api
// send messages to discord
}