Skip to content

Repository files navigation

Content Mate

An AI content automation pipeline that replaces n8n workflows. Scrape ideas, create content, and publish — all from the CLI.

What It Does

  1. Scrape — Pull content ideas from X (Twitter) handles
  2. Create — Generate video content from the best ideas
  3. Publish — Schedule and publish completed videos

Usage

# 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 publish

Architecture

  • content_mate.py — Main CLI entry point
  • scraper.py — X/Twitter content scraping
  • creator.py — Video content creation
  • publisher.py — Publishing pipeline
  • config.py — Configuration management
  • airtable_utils.py — Airtable integration for idea tracking

Tech Stack

  • Python 3
  • Airtable API
  • REST APIs
  • CLI-driven automation

About

AI content automation pipeline — scrape, create, publish from CLI

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages