← Work
AI System

BitcoinWiki Content Migration

AI-powered pipeline that migrated and rewrote hundreds of articles from WordPress to MediaWiki.

BitcoinWiki Aug — Dec 2025 Completed
3 modes processing
~$0.03 per article

Overview

An automated pipeline for migrating content from WordPress to MediaWiki. The system scrapes articles, processes them through AI (rewriting, translating, formatting), handles citations, and publishes to MediaWiki — all through a CLI with progress tracking. Three processing modes handle articles of any length.

Problems Solved

Architecture

Four-service pipeline: Scraper (WordPress REST API), Rewriter (OpenRouter AI with 3-tier mode selection), Text Prep (normalization, link checking, citation processing), and Publisher (MediaWiki/WordPress API). SQLite tracks article state through the pipeline.

Key Features

Results

Stack
PythonOpenRouter AIMediaWiki APIFastAPIBeautifulSoupSQLite