@gicm/growth-engine
v1.0.1
Published
Automated growth engine for gICM platform - blog, social, SEO
Downloads
358
Maintainers
Readme
@gicm/growth-engine
Autonomous content and marketing automation - 10x traffic every 6 months
Installation
npm install @gicm/growth-engine
# or
pnpm add @gicm/growth-engineFeatures
- Blog Generator: AI-powered posts with SEO optimization
- Twitter Automation: Scheduled posting and engagement
- SEO System: Keyword research and content optimization
- Cron Automation: Weekly blogs, daily tweets
Quick Start
import { GrowthEngine } from "@gicm/growth-engine";
const engine = new GrowthEngine({
twitter: {
apiKey: process.env.TWITTER_API_KEY,
postsPerDay: 5,
},
blog: {
postsPerWeek: 3,
seoOptimize: true,
},
});
await engine.start();CLI Commands
gicm-growth start # Start autonomous engine
gicm-growth generate blog # Generate blog post
gicm-growth generate tweet # Generate tweets
gicm-growth keywords <topic> # Research keywords
gicm-growth status # Show engine metricsLicense
MIT - Built by gICM
