Skip to content

LyoSU/quote-bot

Repository files navigation

quote-bot

Telegram quote bot

time tracker

Docker installation

  1. Pull this repo

  2. Pull quote_api

  3. Edit both .env files in repos

  4. Create network docker network create quotly

  5. Compile/Download tdlib for linux and place it to helpers/tdlib/data/libtdjson/libtdjson.so. To make it easier, check out this builder or this AppVeyor CI (ubuntu > Artifacts > linux)

  6. docker-compose up -d on both repos