/capy-cloud-bot

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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