Commit Graph

9 Commits

Author SHA1 Message Date
bryce
963e829b7f working on botTokens 2025-07-22 11:33:24 +12:00
bryce
b0be1f99c8 Added !poker and auth entry point 2025-07-15 20:24:16 +12:00
bryce
e6e6de0381 Update Readme.md and work on the CLI
Readme.md update - added cli usage section
CLI work continues (not finished)
2025-07-15 11:35:58 +12:00
bryce
c704380ee3 Started REPL env for custom interactive shell
ONLY active when bot is running
- Arguments [--watch] displays how many usses of each trigger and how
many uses over the lifetime ofthe bot
Commands
- title [get/set] <newTitle>
- category [get/set] <newCategory> - MUST be a legit Twitch.tv one
- yet to come [cmd add|del|edit] [trigger] [response] (NOTE if you want
Emotes you will have to type the 'name' in for twitch chat to recognise
it)
2025-07-15 01:08:12 +12:00
bryce
d6c77a3c93 Impliment StartupTesting and started OAuth Server
Testing for IRC & Channels connection for debugging
OAuth Server (because it's better to roll my own for this)
internal/auth/oauth.go
tests/startup_checks.go

More tests to come for debugging

Plan to impliment Logging in internal/stoage/logs for internal & UI
debugging
2025-07-08 19:46:24 +12:00
bryce
eab6bee098 Impliment startup tests
IRC & Channel Connections
2025-07-08 16:55:58 +12:00
bryce
f16dc55ad8 Implimented BotUserName
chat.HandleMessage()
2025-07-06 22:03:31 +12:00
bryce
74905368df files Completed & new dir & file created
Main.go, Client.go, [DIR] /internal/storage [file] games.json
2025-07-05 20:45:10 +12:00
bryce
b44f360ab6 Initial Progress First Upload 2025-07-05 14:08:46 +12:00