Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hug33k/spotibot


https://github.com/hug33k/spotibot

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Spotibot

## Description

Bot/Intégration Spotify

- Player overlay
- Song request

=> Serveur NodeJS - Connexion à Spotify - Gestion WebSockets
=> "Client" web - Afficher le titre en cours
=> Connexion à Streamer.bot - Gérer l'envoi d'action via WebSocket (Points de chaine ou commande)

## Prérequis
- WSL2
- Image Ubuntu (22.02)
- npm

`````sh
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
````