Tobi is a discord music bot that uses low memory and cpu usage.
- help
- loop
- pause
- play
- resume
- seek
- skip
- stop
- join
- time
- Low memory usage
- Low cpu usage
- Fully async
- Low loading time
Sources | State |
---|---|
Youtube | DONE |
Spotify | TODO |
SoundCloud | TODO |
Variables | Required |
---|---|
Token | ☑ |
Prefix | ☑ |
Sapisid | ☐ |
Psid | ☐ |
PacketQueueSize | ☐ |
Important
Sapisid
and Psid
are youtube cookies required to make authenticated requests to www.youtube.com
. If you don't provide them you will not be able to play restricted videos.
- Go to https://www.youtube.com
- Login with an account
- Open the developer tools (F12)
- Go to the
Storage
tab - Go to
Cookies
and copy theSAPISID
and__Secure-3PSID
values
To use this application you need to have installed .NET 8 Runtime
There is a docker image to self host.
To run it use
docker run -d -e Token=PutHereYourToken -e Sapisid=Value -e Psid=Value -e Prefix=! xbank/tobi-bot:latest
- DsharpPlus - Thanks to DsharpPlus, This project uses a Fork.
- YoutubeExplode - Thanks to YoutubeExplode.