24 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
049051a7e1 reformat Readme.md
split the "commands it comes with" sections into their own group /
permissions
2025-07-15 14:35:45 +12:00
bryce
d67c30d8f4 Readme.md update
added more commands to the suite that it comes with
- streamer / Broadcaster cmds
- VIP cmds
- Moderator cmds
- everyone cmds

included several mini games
- dice
- roulette
- ispy
- poker
- 8ball

added a points system
2025-07-15 14:31:10 +12:00
bryce
0ef35de85b Readme.md Reformatting
this only affects the CMDli section
2025-07-15 11:38:18 +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
b82d5dd0d4 random commit 2025-07-14 20:46:35 +12:00
bryce
5b286926a3 random commit 2025-07-14 20:46:12 +12:00
bryce
466cfb197c Minor Package name Typos fixed 2025-07-09 15:25:56 +12:00
bryce
73e359a84f OAuth Server completed. 2025-07-09 14:40:51 +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
bd8d2e404c Added Default Dynamic Command Handlers & api calls
!countdown <duration>
!title <newTitle>
!game || !category
!uptime
2025-07-08 16:12:36 +12:00
bryce
f16dc55ad8 Implimented BotUserName
chat.HandleMessage()
2025-07-06 22:03:31 +12:00
bryce
fc9a649574 Commands & Handler in place
set the basic handler framework for commands & chat
2025-07-06 21:59:47 +12:00
bryce
645f7570f0 Moved Custom_commands.json to internal/storage 2025-07-05 21:13:40 +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
d50efd4bed READMR.md Updated 2025-07-05 16:57:13 +12:00
bryce
4377532af7 README.md Updated
add NOTE highlighting for the commands input key
2025-07-05 16:55:27 +12:00
bryce
d463f46563 README.md Upadated
Commands & Auto-Greetings modified
2025-07-05 16:52:24 +12:00
bryce
2906e58d63 README.md Updated
More To come
2025-07-05 16:42:42 +12:00
bryce
b44f360ab6 Initial Progress First Upload 2025-07-05 14:08:46 +12:00
bryce
4f4d306b12 first Commit 2025-07-05 14:01:49 +12:00