Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hug33k/spotibot
https://github.com/hug33k/spotibot
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hug33k/spotibot
- Owner: hug33k
- Created: 2024-01-20T12:29:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T16:03:12.000Z (about 1 year ago)
- Last Synced: 2024-11-13T09:07:37.578Z (2 months ago)
- Language: JavaScript
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````