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