A lightweight app that collects CVEs and notifies you via Telegram.
create your own .env file like this (due to set your passwords and tokens):
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=
POSTGRES_HOST=
10000