AIXerum/AI-Telegram-Assistant — reverse-engineered prompt
Reverse engineered prompt
Build me a Python Telegram bot that works like a personal AI assistant. I want to message it in Telegram and ask normal things like check my important emails, send an email, show what is on my calendar today, create a calendar event, or add and review tasks in my Notion todo list.
The bot should understand what I’m asking, route the request to the right helper for email, calendar, or Notion, then reply back in Telegram with a clear update. It should connect to Gmail, Google Calendar, Google Contacts, and Notion using API keys and credentials from a local env file. Use an AI model such as GPT, Llama 3, or Gemini through the agent setup, and keep the code organized so each assistant area is separate.
Please include a simple setup flow, an example env file, and instructions to run it locally with python main.py. Look up current docs online if you need to.
Want more depth? Deep Reverse