Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
/ spoticord Public archive

🎶 View the Spotify listening activity of your entire discord guild. Top Tracks, Album, Artists and more...

License

Notifications You must be signed in to change notification settings

nimarion/spoticord

Repository files navigation

Build Status GitHub contributors GitHub Repo stars

spoticord

View your guild's Spotify listening activity.

âš¡Commands

  • songs - View the top 10 tracks from the current guild.
  • album - View the top 10 album from the current guild.
  • artists - View the top 10 artists from the current guild.
  • time - See how much time you listened to music on Spotify
  • users - View the top 10 users in this guild
  • clock - Shows when you listen to music the most
  • delete - Delete your stored data from the database
  • history - View the last 10 tracks you have listened to.

🔰 Prerequisites

🛠 Installation

  1. Follow the Docker CE install guide and the Docker Compose install guide, which illustrates multiple installation options for each OS.
  2. Set up your environment variables/secrets in .env file
MYSQL_ROOT_PASSWORD=???
MYSQL_DATABASE=Tracks
DATABASE_PASSWORD=???
DATABASE_USER=root
DATABASE_HOST=mysql
DISCORD_TOKEN=???
DISCORD_PREFIX=+
  1. Run the Docker App with docker-compose up -d
  2. That's it! 🎉

📷 Screenshots

Songs History Artists

âš– License

MIT © Niklas

About

🎶 View the Spotify listening activity of your entire discord guild. Top Tracks, Album, Artists and more...

Topics

Resources

License

Stars

Watchers

Forks