Skip to content
Snippets Groups Projects
Select Git revision
  • 467460e4b0fe1b376c2064fee7b15c41db98def3
  • master default protected
  • NToneE-master-patch-55609
3 results

quote-bot

  • Clone with SSH
  • Clone with HTTPS
  • Forked from vanutp / quote-bot
    93 commits behind the upstream repository.
    fox's avatar
    vanutp authored
    467460e4
    History

    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