An AI content automation pipeline that replaces n8n workflows. Scrape ideas, create content, and publish — all from the CLI.
- Scrape — Pull content ideas from X (Twitter) handles
- Create — Generate video content from the best ideas
- Publish — Schedule and publish completed videos
# Scrape for new ideas
python3 content_mate.py scrape
# Create video from best idea
python3 content_mate.py create
# Create from specific idea
python3 content_mate.py create <idea_id>
# Publish all scheduled videos
python3 content_mate.py publishcontent_mate.py— Main CLI entry pointscraper.py— X/Twitter content scrapingcreator.py— Video content creationpublisher.py— Publishing pipelineconfig.py— Configuration managementairtable_utils.py— Airtable integration for idea tracking
- Python 3
- Airtable API
- REST APIs
- CLI-driven automation