Skip to content

Commit

Permalink
greately improve bot.
Browse files Browse the repository at this point in the history
Add multiple commands
improve help
improve soundboard
change default lib-jitsi-meet location
  • Loading branch information
Bloodiko committed Nov 24, 2024
1 parent d08e4a1 commit e3ba41b
Show file tree
Hide file tree
Showing 35 changed files with 2,462 additions and 432 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/node_modules/**
jitsipuppeteer/
jitsipuppeteer/
jitsi-bot-main
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5500
}
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Repository for my Jitsi Bot.

Repository contains
* Jitsi Bot
* Jitsi Soundboard Bot
* Service Worker (non functional for now)
* some audio and video files for the Soundboard - I do Not own the rights to these files, they are owned by their respective owners and only included for showcase purposes.

### Run the Bot Online here:

[Bot Selection Site](https://bloodiko.github.io/jitsi-bot/jitsi-bot/jitsi.html) ← Click to try it out
Expand All @@ -10,7 +16,7 @@ jitsi.html?room=jitsiroomname

## Features:

- /help
- /help # Use this to show all available commands.
- /ban
- /banlist
- /unban
Expand All @@ -22,11 +28,8 @@ jitsi.html?room=jitsiroomname
participants after the given time. - Will notify in certain intervals.
- /setSubject [title] - sets Jitsi Room Name (Top of the screen next to
Duration)

Future:

- rename Breakouts
- add soundboard
- /joinSoundboard - joins the Soundboard to the conference, only works with meet.jit.si for the moment.
- ... Many more

## Installation

Expand Down Expand Up @@ -54,6 +57,10 @@ disableFocus // (No Value)
disableGuest // (No Value)
```

![Mini Showcase][showcase]

![Help Command in Chat][def]


[def]: images/privateMessage_help.png
[showcase]: images/Mini-Showcase.png
Binary file added audio/birds.mp3
Binary file not shown.
Binary file added audio/bonfire.mp3
Binary file not shown.
Binary file added audio/fireplace.mp3
Binary file not shown.
Binary file added audio/forest.mp3
Binary file not shown.
Binary file added audio/gong.mp3
Binary file not shown.
Binary file added audio/meeresrauschen.mp3
Binary file not shown.
Binary file added audio/natur.mp3
Binary file not shown.
Binary file added audio/nggyu.mp3
Binary file not shown.
Binary file added audio/ocean.mp3
Binary file not shown.
Binary file added audio/rain.mp3
Binary file not shown.
Binary file added audio/rainforest.mp3
Binary file not shown.
Binary file added audio/tagesschau.mp3
Binary file not shown.
Binary file added favicon.ico
Binary file not shown.
Binary file added images/Mini-Showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e3ba41b

Please sign in to comment.