Commit graph

99 commits

Author SHA1 Message Date
lyx0 1ea990e98e refactor commands. Remove category, rename help to description 2023-12-18 00:04:27 +01:00
lyx0 08d57ba9d9 add route for showing all channel timer 2023-12-17 20:11:02 +01:00
lyx0 3678bffd5b fix error showing up when an invalid channel was provided 2023-12-17 19:49:24 +01:00
lyx0 8e13bb4102 add command that lists all commands for the channel it was sent in 2023-12-17 18:48:46 +01:00
lyx0 15956b235b move wolframalpha code to internal/commands 2023-12-17 17:23:42 +01:00
lyx0 b0f05530a1 make database commands channel sensitive 2023-12-10 23:50:59 +01:00
lyx0 78a0163928 add enviroment, commit and commit link to status page 2023-12-10 21:04:59 +01:00
lyx0 3deafe8c62 add command that lists all commands 2023-12-03 17:24:42 +01:00
lyx0 18b12e4ed0 remove forgotten print statement 2023-10-11 20:25:58 +02:00
lyx0 7208fb6556 add version tag to ping response 2023-10-11 20:23:12 +02:00
lyx0 cc6e6b5fc1 restructure imported packages into pkg 2023-10-11 18:52:46 +02:00
lyx0 d6bdc0ca1a fix messed up pull request 2023-10-10 19:46:56 +02:00
lyx0 bec639b255 Merge branch 'master' into rewrite 2023-10-10 19:32:54 +02:00
lyx0 025f236144 implement adding/deleting channel and joining/parting them 2023-10-10 19:07:49 +02:00
lyx0 dda26a8e49 cleanup warnings 2023-10-10 18:03:13 +02:00
lyx0 801853cdb3 additionally add message context to each logged sent_message_logs in the database 2023-10-10 17:51:12 +02:00
lyx0 8744951554 log each outgoing message the bot sends to the database 2023-10-10 16:49:00 +02:00
lyx0 cd79c34643 implement database logging for used commands 2023-10-10 16:07:35 +02:00
lyx0 11f084978d add commands 2023-10-10 14:28:43 +02:00
lyx0 d5d0f7ba46 add help command 2023-10-10 13:16:30 +02:00
lyx0 abc3b45656 initialize user to database when he uses a command 2023-10-10 12:49:06 +02:00
lyx0 a33276759d add uploads model, log downloads/uploads to the database 2023-10-05 23:11:11 +02:00
lyx0 bda3b1e05b move download/upload into application 2023-10-05 21:21:26 +02:00
lyx0 bd7799ca63 catch errors instead of crashing 2023-10-05 20:40:09 +02:00
lyx0 9030a3efc3 add kappa and gofile uploaders 2023-10-05 20:21:23 +02:00
lyx0 8532494aab fix the mess downloads/uploads are 2023-10-05 19:33:07 +02:00
lyx0 4626fd13ee feat: add ()cb command that downloads a video using yt-dlp and then uploads it to catbox 2023-10-05 18:47:54 +02:00
lyx0 500e498524 remove 5 second wait before uploading 2023-10-05 11:58:19 +02:00
lyx0 80d9ed9fdc add uuid identifiers for timers 2023-10-04 00:05:38 +02:00
lyx0 230aa530eb fix: configure fileuploader url in a more disocverable place 2023-10-03 19:16:45 +02:00
lyx0 68f5cbbb9e fix: fixed app restart after uploading file from ()dl usage 2023-10-03 18:43:43 +02:00
lyx0 5363eb45cc move downloader to commands. package 2023-10-03 17:23:52 +02:00
lyx0 dabbce14fe add debug user command that sends user information to my email 2023-09-08 03:03:57 +02:00
lyx0 9825967182 add lastfm functionality 2023-09-08 01:36:41 +02:00
lyx0 b330d5aa56 add database models, add timer functionality 2023-09-07 22:34:53 +02:00
lyx0 ec86f396bd add more commands 2023-09-07 21:09:33 +02:00
lyx0 56d7a1bc1d implement a few commands 2023-09-07 20:43:16 +02:00
lyx0 b2d7860cc2 refactor send/command functionality 2023-09-07 20:12:09 +02:00
lyx0 7c06a638b0 add basic command handling skeleton 2023-08-08 02:37:37 +02:00
lyx0 f094d4c5dd upgrade to go-twitch-irc v4 2023-08-05 20:12:07 +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 39288bfd1c add redis storage for timers 2023-04-13 03:26:20 +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 9a7466b04c add Check method to check if a user with a given login exists already 2023-03-05 19:43:35 +00:00