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

AudDMusic/python-bot

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published