nhduong/fibot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple personal finance bot that works inside Telegram. I want to be able to message my own bot to record expenses, income, and savings, then check a monthly summary whenever I need it.

It should let me add, edit, and delete transactions, manage categories, and view my transaction history in a clean chat flow with buttons or simple commands. I also want it to support two allowed Telegram users, using their Telegram IDs and names, so random people can’t access it.

Please store everything locally in a SQLite database on my computer, not in the cloud. Include a clear setup flow where I can add my Telegram bot token and user IDs, install the needed Python packages, run the bot, and start with the Telegram start command.

Keep it simple and reliable, with helpful messages when I enter something wrong. Look up current Telegram bot docs online if you need to.

Want more depth? Deep Reverse