Skip to content

❤️ A Powerfull And Simple Telegram Music Player Bot By SDBOTs Made With @python Credits Goes to

License

Notifications You must be signed in to change notification settings

RyoCoder/TgMusicPlayer

 
 

Repository files navigation

Group Music Player

A simple telegram Music Player made with python credits for 

Mandatory Vars

    [+] Make Sure You Add All These Mandatory Vars. 
    
    [-] APP_ID : You can get this value from @SDMyTgOrgBot
    [-] APP_HASH : You can get this value from @SDMyTgOrgBot
    [-] TOKEN : Get from botfarther
    [-] SUDO_USERS : Your ID
    [-] SESSON_NAME : SESSON_STRING

Support

Requirements

  • FFmpeg
  • Python 3.7+

Deployment

Config

Copy example.env to .env and fill it with your credentials.

The good way

  1. Install Python requirements:
    pip install -U -r requirements.txt
  2. Run:
    python main.py

Docker

  1. Build:
    docker build -t musicplayer .
  2. Run:
    docker run --env-file .env musicplayer
Deploy on Heroku

Deploy

Get Your String Session By Pyrogram

Commands

License

GNU Affero General Public License v3.0

Read more

About

❤️ A Powerfull And Simple Telegram Music Player Bot By SDBOTs Made With @python Credits Goes to

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.2%
  • Shell 4.4%
  • Dockerfile 1.4%