Release archive
3.2.12

Twitter Bot AI Content & Google Reviews Integration

Release v3.2.12 focuses on Twitter Bot AI Content, Google Reviews Integration, and Multimodal AI Chat.

AddedImprovedInternal
Twitter Bot AI Content & Google Reviews Integration

Release digest

Added

  • Twitter Bot AI Content 🤖 - Replaced templates with AI-generated tweets
    • Gemini Vertex AI for unique, engaging tweet text
    • Imagen 3 for automatic image generation per tweet
    • Professional crypto analyst style (Bloomberg meets CT)
    • Fallback templates for reliability
  • Google Reviews Integration ⭐ - Integrated SerpAPI (collect + API endpoint + pagination) to enrich Corporate Trust Score ✅
    • google_reviews_connector.py - SerpAPI-based connector with pagination
    • /api/google-reviews/{company} endpoint
    • Integrates with existing Corporate Intelligence module
  • Multimodal AI Chat 💬 - Added image/PDF analysis, glassmorphism UI, paste-support, fixed backend startup issues ✅

Improved

  • twitter_content_bot.py - Major AI upgrade
    • New: generate_ai_tweet() - Gemini-powered text
    • New: generate_tweet_image() - Imagen 3 visuals
    • New: generate_top_project_content() - Combined text + image
    • Updated: post_tweet() - Now supports media_path
    • Updated: run_content_cycle() - Uses AI content generation

Internal

  • Switched from deprecated google.generativeai to Vertex AI SDK
  • Image generation uses service account credentials (no API key needed)

Technical notes