9 lines
199 B
Go
9 lines
199 B
Go
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
|
|
}
|