Skip to content

PROBOYX/VCBOT

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published