@ayan4m1/streem
v0.2.1
Published
Repeat a streaming radio station over Discord voice.
Downloads
78
Readme
streem
prerequisites
setup
$ npm install -g @ayan4m1/streem
$ wget https://raw.githubusercontent.com/ayan4m1/streem/refs/heads/main/.env.default
$ mv .env.default .env
Now, edit the .env
file using your favorite text editor. Set the guild ID, channel ID, and stream URL.
To run the bot, use npm start
or node src/index.js
.
Orchestrate the process using a tool like pm2:
$ npm install -g pm2
$ pm2 start -n streem src/index.js
upgrading
To upgrade to the latest version
$ git pull
$ npm ci
$ pm2 restart streem
docker
If you'd like to use Docker to run the bot, simply do the following:
- Copy
.env.default
to.env
and edit the settings - Run
docker-compose up
ordocker-compose up -d
to start the bot