AloneMusic is a Python-based music bot/service that allows users to play, pause, skip, and manage playlists with ease.
It’s designed to be lightweight, fast, and customizable.
- 🎶 Play / Pause / Skip / Stop songs
- 📂 Playlist management (add/remove/list)
- 🔗 Play via song name or URL
- ⚡ Fast and smooth performance
- ⚙️ Easy configuration with
.envfile - 🐳 Docker & Heroku deployment support
Click this button to deploy instantly on Heroku:
Or deploy manually:
# 1. Update system
sudo apt update && sudo apt upgrade -y
# 2. Install dependencies
sudo apt install python3 python3-pip git screen -y
# 3. Clone repo
git clone https://github.com/TheAloneTeam/AloneMusic.git
cd AloneMusic
# 4. Install requirements
pip3 install -r requirements.txt
# 5. Setup environment
cp sample.env .env
nano .env # (add your BOT_TOKEN and PREFIX)
# 6. Run the bot
python3 -m AloneMusic.bot