Skip to content

tajamullone106-droid/RexRealAlone

 
 

Repository files navigation

🎵 AloneMusic

License: MIT Python Stars Forks


🚀 Introduction

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.


✨ Features

  • 🎶 Play / Pause / Skip / Stop songs
  • 📂 Playlist management (add/remove/list)
  • 🔗 Play via song name or URL
  • ⚡ Fast and smooth performance
  • ⚙️ Easy configuration with .env file
  • 🐳 Docker & Heroku deployment support


🚀 Deployment Methods

🔹 1. Deploy on Heroku (One Click)

Click this button to deploy instantly on Heroku:

Deploy

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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.9%
  • Other 0.1%