tistory-post-exporter

Export Tistory posts into folders with content.txt and downloaded images.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Sehyeogkim/Sehyeogkim.github.io --skill tistory-post-exporter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tistory-post-exporter
Source: https://github.com/Sehyeogkim/Sehyeogkim.github.io/tree/main/agents/tistory_data_reader/skills/tistory-post-exporter
Command: npx skills add https://github.com/Sehyeogkim/Sehyeogkim.github.io --skill tistory-post-exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

Export Tistory posts into per-post folders containing content.txt and downloaded images, preserving article structure for easy publishing.

Core Features & Use Cases

  • Export a single post or an entire blog, creating a deterministic folder layout with content.txt and an images/ directory.
  • Inline image markers are inserted into content.txt to reference downloaded assets, making downstream publishing workflows effortless.
  • Supports resume and overwrite options to safely re-run exports and handle large collections.

Quick Start

Export a Tistory post URL to a dedicated folder with content.txt and images, following the default naming convention.

Frequently Asked Questions about tistory-post-exporter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export Tistory blog posts with images for static publishing?▼

Exporting an entire Tistory blog is supported by automatically discovering post URLs via the blog's sitemap.xml. This allows the tool to batch process the full collection, creating a deterministic directory structure for every article found.

Can I resume a interrupted Tistory post export?▼

Exported Tistory posts are saved into deterministic per-post folders. Each folder contains a content.txt file with inline image markers and a dedicated images directory holding all downloaded assets referenced by the article.

What is the best way to batch download Tistory content and images?▼

The best way to batch download Tistory content is using a Python script with requests and BeautifulSoup. It fetches posts, parses HTML, downloads images, and generates deterministic directory structures, supporting overwrite controls for robust batch processing.

How do I export Tistory blog posts with images for static publishing?▼

Export Tistory posts by providing a single post URL or a blog address. The tool fetches the article, parses content with BeautifulSoup, downloads inline images, and saves everything in per-post folders with content.txt for static-publishing workflows.