I want a small bot that posts directly into my personal Telegram chat every day with the latest price of the tickers I name. My focus is price updates of specific stocks, so the message can stay concise—open, close, high, low and % change are enough for each symbol. The update should arrive at a configurable time (default 30 minutes after market close). I would also like the option to append one-line headlines pulled from reputable international news agencies, but only if that can be done without delaying the stock push. You are free to build in Python, Node.js or another mainstream language, as long as it runs unattended on a cheap VPS or a serverless schedule and I can add or remove tickers without touching the code. Deliverables • Source code with clear comments • Simple setup guide (API keys, Webhook/BotFather steps, scheduling) • One configuration file or environment variable block where I can change ticker symbols, delivery time, and toggle the optional headline snippet • Proof it works: a short screen-capture or log showing today’s message successfully delivered Acceptance criteria: when I add a new ticker and restart the job, the next scheduled post must include it and all prices must match a public quote service.