Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.13 KB

Group Music Bot

telegram badge

Note

Neither this, or PyTgCalls are fully stable.

Requirements

Deployment

Config

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

Without Docker

  1. Install Python requirements:
    pip install -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

Credits