Kakashixhimeno / Bsdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inflex Music Bot <\>

Inflex Music Logo

Stars License Python

Delivering Superior Music Experience To Telegram


🌟 Features

  • 🎡 Multiple Sources: Play Music From Various Platforms.
  • πŸ“ƒ Queue System: Line Up Your Favorite Songs.
  • πŸ”€ Advanced Controls: Shuffle, Repeat, And More.
  • πŸŽ› Customizable Settings: From Equalizer To Normalization.
  • πŸ“’ Crystal Clear Audio: High-Quality Playback.
  • 🎚 Volume Mastery: Adjust To Your Preferred Loudness.

β”€γ€Œ <\> Deploy On Heroku <\> 」─

πŸ”§ Quick Setup

  1. Upgrade & Update:

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

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

    sudo pip3 install -U pip
  4. Installing Node

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && source ~/.bashrc && nvm install v18
  5. Clone the Repository

    git clone https://github.com/TeamInflex/InflexMusicBot && cd InflexMusicBot
  6. Install Requirements

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

    cp sample.env .env
    • Edit .env with your vars
  8. Editing Vars:

    vi .env
    • Press I Button On Keyboard To Start Editing.
    • Edit .env With Your Values.
    • Press Ctrl + C Once You Are Done With Editing Vars And Type :wq To Save .env Or :qa To Exit Editing.
  9. Installing tmux

    sudo apt install tmux -y && tmux
  10. Run The Bot

    bash start

πŸ›  Commands & Usage

The Inflex Music Bot Offers A Range Of Commands To Enhance Your Music Listening Experience On Telegram:

Command Description
/play <song name> Play The Requested Song.
/pause Pause The Currently Playing Song.
/resume Resume The Paused Song.
/skip Move To The Next Song In The Queue.
/stop Stop The Bot And Clear The Queue.
/queue Display The List Of Songs In The Queue.

For A Full List Of Commands, Use /help in Telegram.


πŸ”„ Updates & Support

Stay Updated With The Latest Features And Improvements To Inflex Music Bot:


🀝 Contributing

We Welcome Contributions To The Inflex Music Bot Project. If You'd Like To Contribute, Please Follow These Steps :

  1. Fork The Repository.
  2. Create A New Branch With A Meaningful Name.
  3. Make Your Changes And Commit Them With A Descriptive Commit Message.
  4. Open A Pull Request Against Our main Branch.
  5. Our Team Will Review Your Changes And Provide Feedback.

For More Details, Reach Out Us On Telegram.


πŸ“œ License

This project Is Licensed Under The MIT License. For More Details, See The LICENSE File.


πŸ™ Acknowledgements

Special Thanks To All The Contributors , Supporters , And Users Of The Inflex Music Bot. Your Feedback And Support Keep Us Going !

About

License:GNU General Public License v3.0


Languages

Language:Python 98.8%Language:Shell 1.1%Language:Dockerfile 0.1%Language:Procfile 0.0%