diff --git a/main.go b/main.go index e6f915a..8521f3b 100644 --- a/main.go +++ b/main.go @@ -9,6 +9,13 @@ import ( "github.com/andreykaipov/goobs/api/typedefs" ) +/* TODO: +1. Set password with a flag instead of text in the code +2. Loop output +3. Change Panic(err) to code that doesn't crash the program if it fails +4. Document functions +*/ + func main() { // change this password lol! client, err := goobs.New("localhost:4455", goobs.WithPassword("lwihuN0OUVTMeCMM"))