The ClimaSafe Telegram bot answers with your personal risk level, manages your profile and routines, and sends daily alerts before dangerous days arrive. Responses are drafted by a local LLM running on your machine.
/newbot.
bot.
123456:ABC-DEF....
.env file at the root of the ClimaSafe repository:
TELEGRAM_BOT_TOKEN=123456:ABC-DEF... # never commit this
.env.example as a reference: copy it to .env and fill in
your token. The token is a secret: it never goes in the code, never in the repository, never
in a commit.
make spacebot (first-time setup) and make spacebot-start (run the
bot). The daily alert and prediction pipeline runs on a schedule.