A collection of useful utilities for content creators and fans.
Select the tool you want to use from the options below.
Extract text content from Fandom wikis. Supports sitemaps and URL lists.
Split large text files into multiple parts by word count.
Patreon-to-Discord waterfall bot. Automates tiered content distribution.
Extract text content from Fandom wikis using sitemaps or URL lists.
https://example.fandom.com)/robots.txt to the URL (e.g., https://example.fandom.com/robots.txt)Sitemap:sitemap-NS_0-... URLs
(these contain the actual page links)https://example.fandom.com/sitemap.xml)Note: The crawler filters out User, Talk, Category, File, Special, and Blog pages automatically.
Split large text files into multiple parts by word count. Perfect for breaking up long documents.
Leave blank to use original filename. Files will be named: [name]_part1.txt, [name]_part2.txt, etc.
Note: Files are split by word count for even distribution. The last part may have slightly more words.
A Discord bot that automates content distribution from Patreon to Discord using a tiered "waterfall" release strategy.
Automatically alerts Discord channels when content becomes available to their tier.
Sends alerts to ALL channels when posts are released to multiple tiers simultaneously.
Monitors new pledges, upgrades, and departures in real-time.
Fully customizable messages with placeholders: {tier},
{title}, {url}, {user}.
User ID-based authentication with slash commands for full bot control.
100% configurable via environment variables β no code changes needed.
You publish content for Diamond tier β bot alerts #diamond-chat
You add Gold access β bot alerts #gold-chat (Diamond already
notified)
Continue lowering tiers β each channel gets notified only when they gain access.
npm install to install dependencies.env file with Discord & Patreon tokensnpm run setup:patreon to auto-fetch tier IDsFull documentation, setup guide, and source code available on GitHub.