Every Day AI Agent Build in Public - Day 9
Did you know that most people still spend minutes every single day manually typing restaurant receipts into Excel or notes? 📸💸
Today, I built expense-tracker-agent a fully autonomous Telegram bot that extracts data from receipt photos using OCR, logs expenses to CSV, and generates monthly summaries all from your phone.
How to use; `AutonomousAgent` with the Telegram interface to create a chat-based bot that extracts data from receipt photos using OCR, logs expenses to a CSV, and generates monthly summaries.
I added,
Receipt photo and instant OCR extraction (merchant, amount, date, category)
• Automatic logging to `expenses.csv` with smart duplicate detection
• Monthly summaries by category with totals and percentages
• Full conversation memory across messages
• Complete Telegram chat interface
I’ll keep sharing more autonomous agents you can run directly from Telegram there’s way more inside!
GitHub repo below. 📖