/callsmusic-1

The first open-source PyTgCalls-based project.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Calls Music — The first open-source PyTgCalls based project

Requirements

  • FFmpeg
  • NodeJS 15+
  • Python 3.7+

Deployment

Config

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

Without Docker

  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

Credits

License

GNU General Public License v3.0

Read more