Skip to content

jothepro43/DreamTunes

 
 

Repository files navigation

🎵 YukkiMusic 🎶

YukkiMusic is an enhanced version of the original YukkiMusicBot, optimized for high-quality music streaming in Telegram voice chats. Built with Python and Pyrogram. 🚀

⭐ Support the Original

If you're using or forking this project, please show your support by starring the original repo: YukkiMusicBot

🚀 Quick Deployment Options

Deploy on Heroku

Get started quickly by deploying to Heroku with just one click:

🖥️ VPS Deployment Guide

  • Update and Install Dependencies:

    sudo apt update && sudo apt upgrade -y && sudo apt install -y ffmpeg git python3-pip tmux nano
  • Install uv:

    pip install --upgrade uv
  • Clone the Repository:

    git clone https://github.com/TheTeamVivek/YukkiMusic && cd YukkiMusic
  • Create the Virtual Environment:

    • You can activate the virtual Environment before cloning the repo.
    uv venv
  • Activate the Virtual Environment:

    source .venv/bin/activate
  • Install Python Requirements:

    uv pip install -e .
  • Copy and Edit Environment Variables:

    cp sample.env .env
    nano .env

    After editing, press Ctrl+X, then Y, and press Enter to save the changes.

  • Start a tmux Session to Keep the Bot Running:

    tmux
  • Run the Bot:

    yukkimusic
  • Detach from the tmux Session (Bot keeps running):
    Press Ctrl+b, then d

⚙️ Configuration

Need help setting up? Check out our detailed configuration guide: Configuration Instructions.

🤝 Need Help?

We're here to support you through multiple channels:

❣️ Show Your Support

Love YukkiMusic? Here's how you can help:

Together, we can make YukkiMusic and YukkiMusicBot even better!

🙏 Special Thanks

A heartfelt thanks to Team Yukki for creating the original YukkiMusicBot, which, although now inactive, served as the foundation for this project.

A special thanks to Pranav-Saraswat for forking and reviving it as YukkiMusicFork, making the bot functional again. However, YukkiMusicFork has since been deleted by Pranav.

Our current project, YukkiMusic, is an imported and further improved version of the now-deleted YukkiMusicFork.

About

This is DreamTunes an updated version of YukkiMusicBot for streaming in Telegram voice chats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%