Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 968 Bytes

readme.rst

File metadata and controls

44 lines (29 loc) · 968 Bytes

AudD telegram bot [BETA]

AudDBot-code-style
  1. Clone repo

    git clone https://github.com/AudDMusic/python-bot.git
    cd python-bot
    
  2. Copy EXAMPLE.env with your credentials

    cp EXAMPLE.env .env
    

🐳 Docker-deployment

Customize docker-compose.yml[optional] (or no)

Run docker-compose and run app services:

docker-compose up -d

Updating:

docker-compose build
docker-compose restart

🐌 Step by step for noobs (non-docker)

Main requirement: python3.7.X

python -m pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python worker.py --env .env