BOBOBK

Automatically Publishing Articles to WordPress Using a Python Script: A Complete Workflow Analysis

TECHNOLOGY
Automatically Publishing Articles to WordPress Using a Python Script: A Complete Workflow Analysis

When building content sites or AI content distribution projects, how can you efficiently batch publish generated content to WordPress? This article will share how I used a Python script to build an automated content publishing process that does not rely on the WordPress backend, does not require XML import, and directly connects to the database for maximum efficiency.

Seamless Migration from WordPress to Fully Static Hugo Website

MISCELLANEOUS
Seamless Migration from WordPress to Fully Static Hugo Website

When evaluating the website, I found that a large portion of js, css, and other content was not fully utilized, but I didn't know how to efficiently combine or remove them. I also wanted to try a static blog, so I decided to migrate to a completely static blog system. Here, I chose Hugo as the new system.