|
|
╔══════════════════════════════════════════════════════════════════╗
║ ║
║ 🚀 The engine powering this bot is available to YOU! ║
║ ║
║ Buy the XBitcode Music API and supercharge your own ║
║ Telegram music bot with cookie-free, high-uptime streams. ║
║ ║
║ ✦ Free tier available ✦ Instant API key delivery ║
║ ✦ Flexible monthly plans ✦ Full documentation ║
║ ║
╚══════════════════════════════════════════════════════════════════╝
# ─────────────────────────────────────────
# XBitcode Music API — Quick Reference
# ─────────────────────────────────────────
API_KEY = "xbit_10000000xx0233" # Your key from music.xbitcode.com
BASE_URL = "https://music.xbitcode.com"
AUTH = "Set API_KEY in config.py / .env"
DOCS = "music.xbitcode.com/dashboard/docs"
|
Step 1 — Clone & Prepare System
# 📥 Clone the repository
git clone https://github.com/xbitcode/music && cd music
# 🔄 Update system packages
sudo apt-get update && sudo apt-get upgrade -y
# 🎬 Install ffmpeg
sudo apt-get install ffmpeg -yStep 2 — Install Dependencies
# ⚡ Install uv (Python package manager)
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
# 📦 Create virtual environment and install dependencies
uv venv && uv syncStep 3 — Configure Environment
# ⚙️ Set up your environment variables
cp sample.env .env
vi .env💡 Press
Ito enter insert mode → fill in your variables → pressEsc→ type:wqto save & exit.
Step 4 — Launch the Bot
# 🖥️ Install tmux (keeps bot alive after terminal closes)
sudo apt install tmux && tmux
# ▶️ Start the bot
bash start💡 Detach from tmux without killing it: Press
Ctrl+bthend
╔═══════════════════════════════════════╗
║ ✅ Bot is now running! ║
║ 📌 tmux keeps it alive 24/7 ║
║ 🔑 Set your API key in .env ║
╚═══════════════════════════════════════╝
|
Get help from the community |
Stay in the loop |
Buy the API & promotions |
| 🔗 Platform | 📌 Link |
|---|---|
| 🌐 Website | music.xbitcode.com |
| 💬 Support Group | t.me/stranger_support |
| 📢 Updates Channel | t.me/Ace_networkop |
| 🔑 Promotions | t.me/Api_and_promotion |
| 🏢 Company | xbitcode.com |
┌───────────────────────────────────────────────────────────┐
│ This project stands on the shoulders of giants. 💜 │
│ Massive respect to everyone who contributed below. │
└───────────────────────────────────────────────────────────┘
| 🧑💻 Contributor | 🔗 GitHub | 🎯 Role | 🏅 Badge |
|---|---|---|---|
| Sparrow | @sparrow9616 | Core Development | |
| Rehanna | @gr8rehanna | YouTube Proxy | |
| Ami | @amjiddader | Maintainer | |
| Team Yukki | — | Base Repository | |
| Anon | — | Base Repository | |
| XBITCODE | xbitcode.com | Project Owner |
┌──────────────────────────────────────────────────────────────────┐
│ │
│ ⚠️ This software is intended for personal and educational use │
│ 📜 Users must comply with YouTube's Terms of Service. │
│ 🤖 Users must comply with Telegram's Bot Policy. │
│ 🚫 Developers are not liable for any misuse of this software. │
│ │
└──────────────────────────────────────────────────────────────────┘

