Skip to content

A group call streaming bot made using MarshalX/tgcalls with queue & multiple chats support.

License

Notifications You must be signed in to change notification settings

InukaAsith/callsmusic-2

 
 

Repository files navigation

Calls Music — The first open-source PyTgCalls based project

Requirements

  • FFmpeg
  • 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

Deploy

License

GNU Affero General Public License v3.0

Read more

About

A group call streaming bot made using MarshalX/tgcalls with queue & multiple chats support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • Shell 1.9%
  • Dockerfile 1.3%