There is a simple program for monitoring offers for renting apartments and rooms on the Kufar.by
- Create Telegram bot
- Create an
.env:
MONGO_DB_URL=...
TELEGRAM_BOT_TOKEN=...
CHECK_INTERVAL_MS=...
# Chat id with bot (check method registerBaseHandlers in src/services/bot.ts)
CHAT_ID=...
# Url with list (example: https://re.kufar.by/l/minsk/snyat/kvartiru)
KUFAR_URL=...
# Between 0 and 30
MAX_RENTAL_SAVED=...- Start:
make build-no-cache
make up