Dalle Mini Telegram Bot Save

A Telegram bot interface for DALL·E mini

Project README

DALL·E mini Telegram bot

@dalle_mini_bot

A Telegram bot interface for DALL·E mini. Request 9 AI-generated images from any prompt you give, directly from Telegram.

Bot logo, generated by DALL·E mini with the prompt "a cat playing with a paper plane"

Telegram Bot screenshot

Features

  • Request from Telegram, return the 9 pictures result as an album
  • Status report while the images are being generated (the bot sends a 'typing-like' status to the user, until all its requests are completed)
  • If the server is too busy, keep retrying until success (or timeout)

The bot is deployed here: https://telegram.me/dalle_mini_bot

Changelog

  • v0.2.2
    • Support Redis authentication
    • Fixed exceptions not being included on "Request failed" log records
    • Fixed loguru incompatibility with ApiTelegramException
    • Ignore errors when pushing logs to Redis
  • v0.2.1
    • Graceful shutdown (configurable; wait until pending requests are completed, while not accepting new requests)
    • Retry Telegram Bot API requests on 'Too Many Requests' error; usage of requests.Session
    • Set bot commands via API on startup, for Telegram hinting
    • Limit prompt text length on Generate command (configurable min/max limits via settings)
    • Add Redis integration for sending logs to Redis queue
    • Improvements in log records
  • v0.1.1
    • Send message to users while the image is being generated, informing that it may take a while; the message is deleted on success or controlled error
    • Add /about command
    • Timeout chat 'typing-like' action & stop it when bot blocked by user
    • Remove chats with count of 0 from Counters
    • Setting for deleting Telegram bot Webhook on startup
  • v0.0.2
    • Add pysocks requirement
    • Detect when bot blocked by user on middleware
  • v0.0.1
    • Initial release
      • Generate images from /generate command, return as album
      • /generate command rate limited at chat level (concurrent requests limit)
      • /generate command sends a 'typing-like' status to the user, while the prompt/s requested are being generated
Open Source Agenda is not affiliated with "Dalle Mini Telegram Bot" Project. README Source: David-Lor/dalle-mini-telegram-bot
Stars
51
Open Issues
2
Last Commit
4 months ago
License
ISC

Open Source Agenda Badge

Open Source Agenda Rating