Telegram quote bot
-
Pull this repo
-
Pull quote_api
-
Edit both
.env
files in repos -
Create network
docker network create quotly
-
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) or the prebuilt-tdlib npm package -
docker compose --profile dev up -d
on quote-bot repo -
docker compose up -d
on quote api repo