Commit graph

75 commits

Author SHA1 Message Date
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
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