/VCBOT

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Calls Music 2 — The first open-source PyTgCalls based project

Requirements

  • FFmpeg
  • Node.JS 15+
  • 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

Using Docker

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

Heroku

Click here

Commands

Command Description
/play play the replied audio file or YouTube video
/pause pause the audio stream
/resume resume the audio stream
/skip skip the current audio stream
/stop clear the queue and stop the audio stream

License

GNU Affero General Public License v3.0

Read more