Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.91 KB

README.md

File metadata and controls

76 lines (54 loc) · 1.91 KB

Group Music Player

A simple telegram Music Player made with python credits for pytgcalls

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