Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 474 Bytes

Capy Cloud bot

| First of all, start CapyCloud backend, using manual from https://github.com/capyton/capy-cloud-backend

Installation and local launch

  1. Clone this repo - git clone https://github.com/capyton/capy-cloud-bot
  2. Go to the project folder - cd capy-cloud-bot
  3. Clone .env.template to .env - cp .env.template .env
  4. Paste your data to .env (you can get BOT_TOKEN from @BotFather)
  5. Start bot with docker-compose up -d