New tools added to ToBeMigrated/ directory: ai_marketing_tools/: - ai_backlinker: AI-powered backlink generation - ai_google_ads_generator: Google Ads generation with templates ai_writers/: - ai_blog_faqs_writer: FAQ generation for blogs - ai_copywriter: Multiple copywriter frameworks (AIDA, PAS, 4C, 4R, etc.) - ai_finance_report_generator: Financial report generation - ai_story_illustrator: Story illustration - ai_story_video_generator: Story video generation - ai_story_writer: AI story writing - github_blogs: GitHub blog integration - speech_to_blog: Audio to blog conversion - twitter_writers: Twitter/X content generation - youtube_writers: YouTube content generation These tools are in ToBeMigrated/ for future migration to the main backend.
9 lines
199 B
Python
9 lines
199 B
Python
"""
|
|
Twitter AI Writer Module
|
|
|
|
A comprehensive suite of AI-powered tools for Twitter/X content marketing and management.
|
|
"""
|
|
|
|
from .twitter_dashboard import run_dashboard
|
|
|
|
__all__ = ['run_dashboard'] |