Live Telegram bot
Quote Fun Bot
A Telegram bot that turns chat messages into meme-style quote images. The user replies to a message, calls @quote_fun_bot, and the bot chooses a fitting template and sends the finished image back to the chat.
Project Idea
The bot is built as a fast chat-native tool: there is no need to open a separate editor, manually choose a layout or copy text around. Reply to a message and call the bot; generation happens directly in Telegram.
What the Bot Does
- Reply flow: the quote is created from the message the user replied to.
- Automatic template selection with simple heuristics and manual selection through aliases.
- Local image rendering through Pillow without external image generation.
- Support for text, captions, photos, stickers, document images and media previews.
- User settings for date, time and showing the quote author's ID.
- Render queue and active request limits so the bot can handle simultaneous use in chats.
- Feedback commands and a private admin panel with statistics, diagnostics and server metrics.
Status
The project code is private for now, but the bot is publicly available in Telegram. The portfolio shows clean examples generated by the same local renderer used in the live bot.