Skip to content

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

License

Notifications You must be signed in to change notification settings

Noobxcoders/JessyMusicBot

 
 

Repository files navigation

Arch Music Bot RELEASE

Arohi Music Bot is a Powerful Telegram Music+Video Bot written in Python using Pyrogram and Py-Tgcalls by which you can stream songs, video and even live streams in your group calls via various sources.

  • Youtube, Soundcloud, Apple Music, Spotify, Resso, Live Streams and Telegram Audios & Videos support.
  • Written from scratch, making it stable and less crashes with attractive thumbnails.
  • Loop, Seek, Shuffle, Specific Skip, Playlists etc support
  • Multi-Language support
🖇 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

🏷 Support

For any questions or assistance, feel free to reach out:

Made with ❤️ by SAKIL

Developed by:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%