Bot Examples & Use Cases

Real-world examples of Telegram bots built with AI. Get inspired by successful bot commands and automation workflows.

Send Environment-Provided Photo as Paid Media

Sell valuable media content to group members via Telegram Stars

Paid Media

Perfect for Telegram Group admins to sell valuable media content they own to their members.

📝 View AI Prompt Used

What you tell the AI:

"Take the file represented by the photo_to_sell_file environment variable and send it to the user for an amount of Stars defined by photo_to_sell_price env var."

⭐ Payment: Telegram Stars

📁 Uses: Session directory files

🖼️

Image Background Remover

Remove backgrounds from product photos automatically

Media Processing

Perfect for e-commerce sellers who need clean product images quickly.

📝 View AI Prompt Used

What you tell the AI:

"Accept a photo from the user, use rembg library to remove the background, and return the image with transparent background as a PNG file"

⚡ Avg. processing: 3-5 seconds

📦 Uses: PIL, rembg

📧

Gmail Inbox Reader

Fetch email subjects from Gmail automatically

Email Automation

Get the X-th latest email subject from your Gmail inbox instantly.

📝 View AI Prompt Used

What you tell the AI:

"Take the params_text number value and let this mean the x'th latest email, so if the number is 1, then it means return the latest email, if the number is 2, then it means 2nd latest email and so forth. Then use the gmail api and the provided oauth tokens to get that x'th email's title from both inboxes and return it to the user where you list it in this format: Inbox:emailaddress Title:x'th email title. Inbox:emailaddress Title:x'th email title. Where emailaddress is the current logged in user's email address and the x'th email title in their inbox."

🔐 Requires: Gmail OAuth

📦 Uses: Gmail API

📊

Google Calendar Events Viewer

Display calendar entries for any date

Calendar Integration

View all your Google Calendar events for a specific date with time ranges.

📝 View AI Prompt Used

What you tell the AI:

"Accept params_text in this date format 2025-02-15 and display in a message to the user the titles entries for that day, each on its own line, together with the time duration if set, eg. 'Meet Carla 14:00-15:00' or 'Holiday all-day event'"

🔐 Requires: Google Calendar OAuth

📦 Uses: Google Calendar API

🌤️

Weather Alert Bot

Daily weather reports delivered automatically

Automation

Get morning weather forecasts scheduled to your group chat.

View AI Prompt
"Fetch weather data from OpenWeather API using CITY_NAME from environment variables. Return formatted message with temperature, conditions, humidity, and 5-day forecast. Use API_KEY from environment."

⏰ Schedule: Every day 7 AM

🌐 API: OpenWeather

🎨

AI Image Generator

Create images from text descriptions using DALL-E

AI Generation

Turn your imagination into images with AI-powered generation.

📝 View AI Prompt Used

What you tell the AI:

"Use a relevant openai image model and use the value of params text as a piece of text describing what the image should look like that the model generates. Use the provided image key environment variable. Use the dall-e-2 model."

🤖 Model: DALL-E-2

📦 Uses: OpenAI API

📅

Calendar Event Creator

Add events to Google Calendar from Telegram

Productivity

Quick meeting scheduling without opening Google Calendar.

View AI Prompt
"Using Google Calendar OAuth, accept event title, date, time, and optional description. Create calendar event and send confirmation with event link. Handle timezone conversion automatically."

🔐 Requires: Google Calendar OAuth

🌍 Supports: All timezones

📈

Crypto Price Tracker

Real-time cryptocurrency price alerts

Data API

Track Bitcoin, Ethereum, and other crypto prices in real-time.

View AI Prompt
"Fetch cryptocurrency prices from CoinGecko API for given coin symbol. Return current price, 24h change, market cap, and volume with formatted emoji indicators (🟢 up, 🔴 down)"

🔄 Updates: Real-time

🌐 API: CoinGecko (free)

📝

PDF Report Generator

Convert data into professional PDF reports

Document Gen

Generate branded PDF reports with charts and tables automatically.

View AI Prompt
"Accept data dict with title, content sections, and optional chart data. Generate professional PDF with header, formatted sections, tables, and embedded charts using reportlab. Return PDF file."

📄 Format: Professional PDF

📦 Uses: reportlab, matplotlib

💾

Drive File Uploader

Backup files to Google Drive automatically

Cloud Storage

Send files in Telegram, automatically stored in your Drive folder.

View AI Prompt
"Using Google Drive OAuth, accept any file from user. Upload to specified folder in Drive (folder ID from env vars), preserve original filename. Return shareable link and confirmation."

🔐 Requires: Google Drive OAuth

📦 Max size: 100MB per file

🎬

Photo to Grayscale Converter

Convert color photos to grayscale instantly

Image Processing

Simple, fast grayscale conversion for artistic effect.

📝 View AI Prompt Used

What you tell the AI:

"Accept a user-uploaded session photo, convert it to grayscale while handling concurrent requests safely via file locks, and return the path to the processed image. If no valid input photo is provided, randomly select an existing session image as a fallback."

⚡ Processing: Instant

📦 Uses: Pillow

🔗

URL Shortener

Create short links with custom analytics

Utility

Shorten long URLs and track click statistics.

View AI Prompt
"Accept long URL, create shortened version using bit.ly API (key from env vars), return shortened URL with QR code image. Optionally accept custom alias for branded links."

🌐 API: bit.ly or TinyURL

📊 Includes: Click tracking

📊

Excel Formula Helper

AI-powered Excel formula generation

AI Assistant

Describe what you want, get the Excel formula instantly.

View AI Prompt
"Accept natural language description of desired Excel formula. Use GPT API to generate correct formula with explanation. Return formula in code block with usage example and explanation."

🤖 Powered by: OpenAI GPT

📚 Supports: All Excel functions

Popular Categories

Explore what's possible with AIBotBuilder

🎨

Media Processing

Images, videos, and audio manipulation

25+ Commands

📊

Data Analysis

CSV, Excel, and database operations

30+ Commands

🔗

Integrations

Connect with Google, APIs, webhooks

20+ Services

Automation

Scheduled tasks and workflows

15+ Templates

Build Your Own Bot in Minutes

Join thousands of users creating powerful automation with AI

Start Free Trial →

7-day free trial • No credit card required