Commit graph

46 commits

Author SHA1 Message Date
dependabot[bot] ecdb0df50a
Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.2...v4.5.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 21:39:14 +00:00
nouryxd de5a72744c switch to local database, add migrations 2024-07-17 21:16:39 +02:00
lyx0 6911603401 styling and cleanup 2024-02-29 21:17:39 +01:00
lyx0 5c70be6d94 add conv command.
conv downloads a video with yt-dlp, then converts it to mp4 using ffmpeg and uploads it to yaf.li
2023-12-19 22:30:22 +01:00
lyx0 70e8081045 switch to httprouter. add /commands/:channel route to display commands for a channel 2023-12-17 19:07:05 +01:00
lyx0 d0cb43d1f3 add predb command.
predb commmand either fetches the latest or fetches specific information about releases
2023-12-13 22:40:48 +01: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 c23647aacd upgrade helix to v2 2023-10-07 17:00:14 +02:00
lyx0 9f75c8c31b feat: add download command and upload to catbox
adds a ()dl command that downloads a video using yt-dlp, then uploads the videofile to catbox and sends the catbox link
2023-10-02 00:35:27 +02:00
lyx0 67e7a2e655 add dl command to download videos with yt-dlp 2023-09-27 16:44:42 +02:00
lyx0 14162e006a add mail functionality to replace twitch whispers 2023-09-08 02:26:00 +02:00
lyx0 9825967182 add lastfm functionality 2023-09-08 01:36:41 +02:00
lyx0 56d7a1bc1d implement a few commands 2023-09-07 20:43:16 +02:00
lyx0 7c06a638b0 add basic command handling skeleton 2023-08-08 02:37:37 +02:00
lyx0 3c852ba793 upgrade to go-twitch-irc v4 2023-08-08 01:00:14 +02:00
lyx0 059cc7dd4c go mod tidy 2023-08-05 20:41:55 +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 39288bfd1c add redis storage for timers 2023-04-13 03:26:20 +02:00
lyx0 27d2bed8ca add shkh/lastfm-go 2023-03-04 17:59:20 +00:00
lyx0 3f49874886 add nicklaw5/helix 2022-08-29 21:24:21 +02:00
lyx0 3af85de04f remove unused modules 2022-08-25 04:47:27 +02:00
lyx0 f7c3d4659c actually delete and stop a timer. to test ()addtimer xD 5s xD and then ()deletetimer xD 2022-08-25 04:42:37 +02:00
lyx0 c6596f7733 add cors headers 2022-08-18 22:01:48 +02:00
lyx0 7dd3bf3f14 add simple gocron timer 2022-08-18 18:57:29 +02:00
lyx0 3843c76906 start implementing an api for the commands 2022-08-16 16:35:45 +02:00
lyx0 f3bcd83855 add current weather command 2022-08-15 15:04:43 +02:00
lyx0 214d405743 add lib/pq 2022-08-08 23:12:59 +02:00
lyx0 d7e38bb17c add ping command and uptime time helper 2022-08-07 16:36:06 +02:00
lyx0 33f61e2f0f cleanup 2022-08-07 04:35:03 +02:00
lyx0 edae669bee replace logrus with zap 2022-08-07 03:09:09 +02:00
lyx0 2ee85c47d7 use logrus logger instead of standard logger 2022-06-04 03:03:51 +02:00
lyx0 82626346ce use go-twitch-irc v3 instead 2022-06-04 02:29:05 +02:00
lyx0 8375f90265 start rewrite 2022-06-04 02:21:20 +02:00
lyx0 ddca49605c add database models 2022-03-10 23:41:13 +01:00
lyx0 1ebf4df8e7 add onConnect callback 2022-03-10 23:27:06 +01:00
lyx0 0098d5fb48 start rewrite 2022-03-06 20:19:55 +01:00
lyx0 34e2bddef1 remove helix stuff 2021-11-07 17:33:39 +01:00
lyx0 5d61cbfe43 add helix client 2021-11-06 23:09:53 +01:00
lyx0 5f178e925e bit refactoring 2021-10-27 15:39:21 +02:00
lyx0 3196c22348 cleanup 2021-10-26 17:03:16 +02:00
lyx0 203f921c18 setup mongodb connection 2021-10-25 23:33:00 +02:00
lyx0 657417a80d add my old humanize package 2021-10-14 02:27:01 +02:00
lyx0 3da33468fe idk 2021-10-13 21:30:31 +02:00