Solo-Dragon / CallsMusic

Open-Source bot to play songs in your Telegram's Group Voice Chat. Powered by PyTgCalls.

Home Page:https://t.me/su_Bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SU Music Player — The first open-source PyTgCalls based Pyrogram bot to play music in voice chats

Note

Neither this, or PyTgCalls are fully stable.

Requirements

Deployment

Config

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

Without Docker

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

Using Docker

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

Heroku

Deploy

Credits

About

Open-Source bot to play songs in your Telegram's Group Voice Chat. Powered by PyTgCalls.

https://t.me/su_Bots

License:GNU General Public License v3.0


Languages

Language:Python 93.8%Language:Dockerfile 3.9%Language:Shell 2.3%