Massive, realistic, 10,000+ word blog posts automated for Blogger.com.
- Modular Generation: The system generates a detailed 15-section outline and then fetches each section individually to achieve industry-leading depth and word count.
- Investigative Journalism: The AI is tuned to skip generic fluff and use real-world data, live authority links (Wikipedia, Gov, etc.), and copyright-free images.
- Automated Stitching: The Python engine cleans and merges all sections into a perfect single HTML post.
- Install Python Requirements:
pip install -r requirements.txt
- Deploy AI Engine:
cd worker-ai-gpt-oss-120b npm install & "C:\Program Files\nodejs\npm.cmd" run deploy
- Configuration:
- Update
BLOGGER_BLOG_IDinconfig.pyor.env. - Place your Google Cloud
credentials.jsonin the root folder.
- Update
blogger_post.py: Coordinates the multi-stage 10,000-word generation and posting.scheduler.py: Runs the automation on a daily schedule.config.py: Manages the strictly allowed topics and Worker URL.realtime_data_collect_bot/: Fetches trending news from RSS feeds to populate the generation pipeline.worker-ai-gpt-oss-120b/: The Cloudflare Worker AI source (Investigative Journalist persona).
- Generate & Post Now:
python blogger_post.py - Start Automation:
python scheduler.py - Collect Trending News:
cd realtime_data_collect_bot && python bot.py