Commit graph

66 commits

Author SHA1 Message Date
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 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
lyx0 e8b90e385c remove unused lastfm models and migrations 2023-03-05 18:28:14 +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 ea6fcbe416 add data models for lastfm 2023-03-04 19:18:49 +00:00
lyx0 d507bfafa0 add command looking up a users recently played last.fm track 2023-03-04 17:58:44 +00:00
lyx0 b2c8c4ab61 add help command that returns a help text about a command 2023-03-04 03:14:14 +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 76c78dfbb1 refactor from pkg to internal 2023-01-04 15:32:17 +01:00
lyx0 7f7839d9cb add logic for editing a timer 2022-08-27 17:38:03 +02:00
lyx0 b55b3ed0cb delete a timer from the database 2022-08-24 21:00:09 +02:00
lyx0 f030a9c2bf get timers from database and start them on startup 2022-08-22 03:06:23 +02:00
lyx0 0e51d7f45b add get and insert models for timers 2022-08-22 02:12:54 +02:00
lyx0 feea944f64 start implementing timers 2022-08-21 21:04:27 +02:00
lyx0 5e3ee66bae update a command through the api 2022-08-17 20:57:25 +02:00
lyx0 650e7f450f pass in a command to the insert method instead of name, text 2022-08-17 14:45:35 +02:00
lyx0 4125967c63 set default command category to uncategorized instead of default 2022-08-15 13:53:07 +02:00
lyx0 96eedbe293 add command category in database and add an command to add the category from 2022-08-15 00:53:41 +02:00
lyx0 d463b98633 add comments 2022-08-13 02:06:54 +02:00
lyx0 e029110ec7 add comments 2022-08-12 23:06:39 +02:00
lyx0 f241f2a816 add comments 2022-08-12 02:50:45 +02:00
lyx0 afc2b74ff0 add some more placeholder commands 2022-08-11 20:35:34 +02:00
lyx0 ceb9c4b98d add command to change the level of a command in the database 2022-08-11 20:35:22 +02:00
lyx0 88b114a826 make seperate error commands depending on if a channel or a command already exists 2022-08-11 01:50:30 +02:00
lyx0 841025cac0 implement adding commands to the database 2022-08-11 01:18:51 +02:00
lyx0 b625d46258 add Get channel method 2022-08-11 01:18:23 +02:00
lyx0 76e7a4f755 add command model 2022-08-11 01:18:04 +02:00
lyx0 fa9566d6ce get channels from database and join them on startup 2022-08-10 18:16:39 +02:00
lyx0 b91dc8d60a add updating user level 2022-08-10 00:14:54 +02:00
lyx0 332de23f64 implement GetAllChannels functionality 2022-08-09 23:19:08 +02:00