/ArchMusic

Explore the world of music with our Telegram music streaming bot! Our source code features seamless integration with YouTube, Resso, Spotify, and cloud music platforms. Enjoy on-demand access to a vast collection of songs right within Telegram. Discover your favorite tracks, create playlists, and experience music like never before

Primary LanguagePythonMIT LicenseMIT

π˜Όπ™§π™˜π™ ✘ π™ˆπ™ͺπ™¨π™žπ™˜ RELEASE

πŸ–‡ π™‹π™π™Šπ™…π™€π˜Ύπ™ π™Šπ™’π™‰π™€π™ π˜Ύπ™ƒπ˜Όπ™‰π™‚π™€π˜Ώ Hello everyone,

I am excited to announce that I have taken over ownership of this repository! With the previous owner's blessing, I am committed to continuing the development and maintenance of this project.

I want to express my gratitude to the previous owner for their hard work and dedication to this project. It's an honor to have the opportunity to carry the torch forward.

Moving forward, I welcome your support and contributions to help make this project even better. Together, we can ensure its continued success and usefulness to the community.

Thank you all for your support, and I look forward to working with you on this exciting journey!

Best regards, Chiranjib

Overview Section

This Python-based bot, utilizing Pyrogram and Py-Tgcalls, enables effortless streaming of songs, videos, and live streams directly into group calls from various sources.

Key Features

  1. Source Variety:

    • Stream content from YouTube, Soundcloud, Apple Music, Spotify, Resso, Live Streams, and Telegram Audios & Videos.
  2. Stability and Reliability:

    • Developed from scratch to ensure stability and minimize crashes, featuring attractive thumbnails for a better user experience.
  3. Advanced Controls:

    • Enjoy advanced controls such as Loop, Seek, Shuffle, Specific Skip, Playlists, and more for a customized listening experience.
  4. Multi-Language Support:

    • Supports multiple languages, enhancing accessibility and user-friendliness for a diverse user base.

Get Started

Enhance your group chat experience with seamless music and video streaming. Visit the

Deployment Section

πŸ–‡ VPS Deployment
  1. Upgrade and Update:

    sudo apt-get update && sudo apt-get upgrade -y
    
  2. Installing Required Packages:

    sudo apt-get install python3-pip ffmpeg -y
    
  3. Setting up PIP:

    sudo pip3 install -U pip
    
  4. Installing Node:

    curl -fssL https://deb.nodesource.com/setup_18.x | sudo -E bash - && sudo apt-get install nodejs -y && npm i -g npm
    
  5. Clone the Repository:

    git clone your_repo_link && cd repo_name
    
  6. Install Requirements:

    pip3 install -U -r requirements.txt
    
  7. Create .env with sample.env:

    cp sample.env .env
    
  8. Editing Vars:

    vi .env
    

    Press I to start editing. Edit .env with your values. Press Esc, then type :wq to save and exit.

  9. Finally, Run Your Music Bot:

    sudo apt install tmux && tmux
    bash start
    

Deploy On Heroku

Deploy

🏷 Support Section

Updates

Support

Special thanks to

TeamYukki For Project Base

Py-tgcalls

Pyrogram