update readme and add future bots

This commit is contained in:
Seraphim Strub 2023-01-26 01:28:18 +01:00
parent 979fc2bd7d
commit a3ce56e795
3 changed files with 40 additions and 16 deletions

9
cmd/dealsbot/main.go Normal file
View file

@ -0,0 +1,9 @@
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
}