DestinyM01/Accounting-Bot — reverse-engineered prompt
Reverse engineered prompt
Build me a personal accounting app that works from Telegram and also has a web dashboard.
In Telegram, I want to quickly add income and expenses, choose categories, add several transactions at once with commas, set monthly budgets, create recurring bills, and export my data to CSV. The bot should warn me when I’m close to a budget limit, send monthly summaries, remind me if I stop using it, and support English and Spanish. It should only respond to my Telegram user account.
For the web dashboard, I want to see my balance, recent activity, all transactions with filters, budget progress, monthly income and expense charts, category breakdowns, recurring payments, and CSV export. I also want a page where I can compare two months side by side and get a short AI explanation, plus another page with personalized money tips.
Use a normal database, protect the dashboard with login, and make it easy to run locally with Docker. Look up current docs online if you need to.
Want more depth? Deep Reverse