|
|
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β π 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. β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ

