lyx0
|
7c06a638b0
|
add basic command handling skeleton
|
2023-08-08 02:37:37 +02:00 |
|
lyx0
|
2a54f591c8
|
rename SUPABASE_DSN to REMOTE_DSN
|
2023-08-08 01:22:49 +02:00 |
|
lyx0
|
874573ac5b
|
fix git workflow file
|
2023-08-08 01:07:54 +02:00 |
|
lyx0
|
e0b982c649
|
add rewrite branch to go workflow
|
2023-08-08 01:04:43 +02:00 |
|
lyx0
|
3c852ba793
|
upgrade to go-twitch-irc v4
|
2023-08-08 01:00:14 +02:00 |
|
lyx0
|
f8fbe61c90
|
add env.example
|
2023-08-08 00:47:09 +02:00 |
|
lyx0
|
a4747424ba
|
tidy up Makefile
|
2023-08-08 00:41:11 +02:00 |
|
lyx0
|
b88b4345f5
|
start rewrite
|
2023-08-04 20:57:40 +02:00 |
|
lyx0
|
0d313b7b0a
|
add command with basic russian phonetic translation for a given input text
|
2023-04-13 23:37:14 +02:00 |
|
lyx0
|
202513ee3e
|
load command help text into redis at start
|
2023-04-13 20:48:11 +02:00 |
|
lyx0
|
39288bfd1c
|
add redis storage for timers
|
2023-04-13 03:26:20 +02:00 |
|
lyx0
|
79892fed17
|
dont restart automatically
|
2023-04-13 00:32:49 +02:00 |
|
lyx0
|
e9f2da00d6
|
lidl dockerization
|
2023-04-13 00:05:41 +02:00 |
|
lyx0
|
512c3dc219
|
update .env example
|
2023-04-12 21:35:17 +02:00 |
|
lyx0
|
023bbe3fa8
|
change timers
|
2023-04-12 07:07:23 +02:00 |
|
lyx0
|
9896d07dd7
|
use twitch id instead of twitch username
|
2023-03-05 21:14:33 +00:00 |
|
lyx0
|
bab41a15af
|
use twitch id instead of twitch username
|
2023-03-05 21:14:24 +00:00 |
|
lyx0
|
777329897a
|
switch from twitch usernames to twitch userid
|
2023-03-05 20:57:19 +00:00 |
|
lyx0
|
8a7057f2d4
|
switch from twitch usernames to user id
|
2023-03-05 20:57:08 +00:00 |
|
lyx0
|
6b255a2bb5
|
get a users level from their twitch id instead of twitch username
|
2023-03-05 20:07:41 +00:00 |
|
lyx0
|
a23e7aafe9
|
check if a user is registered in the database everytime a command is used and if not register said user
|
2023-03-05 19:44:34 +00:00 |
|
lyx0
|
d6712d314a
|
make level not NOT NULL
|
2023-03-05 19:44:03 +00:00 |
|
lyx0
|
9a7466b04c
|
add Check method to check if a user with a given login exists already
|
2023-03-05 19:43:35 +00:00 |
|
lyx0
|
e8b90e385c
|
remove unused lastfm models and migrations
|
2023-03-05 18:28:14 +00:00 |
|
lyx0
|
8fa67c9c97
|
move CheckLastFM to user and rename to UserCheckLastFM
|
2023-03-05 18:26:59 +00:00 |
|
lyx0
|
daa0469a84
|
implement setting a location for your user that is checked when no argument is supplied to the weather command
|
2023-03-05 17:56:02 +00:00 |
|
lyx0
|
d5710d727f
|
migrate lastfm_username to the user model instead of seperate database table
|
2023-03-05 17:42:34 +00:00 |
|
lyx0
|
012dfc03a6
|
allow a user to set his own location
|
2023-03-04 22:37:31 +00:00 |
|
lyx0
|
2e7b115795
|
implement setting a lastfm account
|
2023-03-04 20:26:02 +00:00 |
|
lyx0
|
2168991651
|
implement setting a lastfm account for yourself
|
2023-03-04 20:25:45 +00:00 |
|
lyx0
|
c82ae739e5
|
fix lastfm models
|
2023-03-04 20:25:17 +00:00 |
|
lyx0
|
eb692020f7
|
check if a user was registered in the database if no argument for lastfm command is provided
|
2023-03-04 19:19:38 +00:00 |
|
lyx0
|
ea6fcbe416
|
add data models for lastfm
|
2023-03-04 19:18:49 +00:00 |
|
lyx0
|
05c22e0093
|
add migration for lastfm_users
|
2023-03-04 19:18:15 +00:00 |
|
lyx0
|
27d2bed8ca
|
add shkh/lastfm-go
|
2023-03-04 17:59:20 +00:00 |
|
lyx0
|
d507bfafa0
|
add command looking up a users recently played last.fm track
|
2023-03-04 17:58:44 +00:00 |
|
lyx0
|
b8625e1901
|
add a command to debug commands and output information about a provided command name
|
2023-03-04 05:00:00 +00:00 |
|
lyx0
|
a3e3ee129c
|
add tweet command help text
|
2023-03-04 04:34:46 +00:00 |
|
lyx0
|
e5560bb1ed
|
add special !nourybot and ()nourybot command that identifies who made it
|
2023-03-04 04:14:00 +00:00 |
|
lyx0
|
19417cfbdc
|
add help texts to the database migration commands
|
2023-03-04 03:24:50 +00:00 |
|
lyx0
|
b2c8c4ab61
|
add help command that returns a help text about a command
|
2023-03-04 03:14:14 +00:00 |
|
lyx0
|
890a060c1c
|
clean up comments
|
2023-03-04 03:13:24 +00:00 |
|
lyx0
|
6ad9d71b68
|
cleanup comments for AddCommand handler
|
2023-03-04 01:52:52 +00:00 |
|
lyx0
|
5dd6402941
|
add help column for commands and implement a command setting a new help text
|
2023-03-04 01:29:29 +00:00 |
|
lyx0
|
4be80755fc
|
add 'help' column to command model
|
2023-03-04 00:04:28 +00:00 |
|
lyx0
|
fc7df40aac
|
add 'help' column to command model
|
2023-03-04 00:03:56 +00:00 |
|
lyx0
|
e5a1b3553f
|
simplify command creation
|
2023-03-03 23:26:11 +00:00 |
|
lyx0
|
6448c71fc1
|
remove environment config variable
|
2023-03-03 21:34:52 +00:00 |
|
lyx0
|
1b382c3e95
|
remove old channel
|
2023-03-03 21:22:38 +00:00 |
|
lyx0
|
e2a4e32dae
|
add env flag for database connection
|
2023-03-03 21:16:32 +00:00 |
|