Skip to content

The first open-source Telegram bot using @pytgcalls with queue & Heroku support.

License

Notifications You must be signed in to change notification settings

InukaAsith/callsmusic-1

 
 

Repository files navigation

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

License

GNU Affero General Public License v3.0

Read more

About

The first open-source Telegram bot using @pytgcalls with queue & Heroku support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 94.7%
  • Shell 2.7%
  • Dockerfile 2.6%