Wallet-bot is a telegram bot which inform in channel about incoming documents from MongoDB using change stream.
- Boost 1.70
- mongo-c-driver
- mongo-cxx-driver
- spdlog
- nlohman/json
- openssl
mkdir build
cd build
cmake ..
# use "make -j N" for N CPU cores for faster compiling (may require more RAM)
make
- TLG_API_HOST
- TLG_BOT_API_TOKEN
- TLG_CHAT_ID
- MONGO_DB_HOST
- MONGO_DB_PORT
- MONGO_DB_NAME
- MONGO_DB_COL_NAME
- MONGO_DB_USR
- MONGO_DB_PWD
./wallet-bot