Discord links digest with frontmatter MDs and dynamic gallery.
roxabi-intel/
├── digest.py # Fetch Discord + scrape URLs → MDs
├── config.toml # Channel ID, time window
├── templates/
│ └── link.md.j2 # Jinja2 template with frontmatter
├── links/ # YYYY-MM-DD_slug.md files
│ └── manifest.json
├── public/ # Deploy root (CF Pages)
│ ├── index.html # Dynamic gallery
│ ├── css/gallery.css
│ └── js/gallery.js
└── Makefile
# Scan last 24 hours (default)
make digest
# Scan last 72 hours
make digest H=72
# Scan last 7 days
make digest D=7
# Scan entire channel history (first run)
make digest-all
# Build manifest.json
make build
# Deploy to Cloudflare Pages
make deploy---
title: VoiceDesignCloner
source: https://github.com/reinehonoka/Voice-Design-Cloner
date: 2026-04-10
tags: [TTS, voice-cloning, Qwen3]
platform: github
author: null
---
# VoiceDesignCloner
Content...- Python 3.11+
- Discord bot token stored in Lyra CredentialStore (
discord_bot_token) web-intelplugin for scraping
- Create project:
npx wrangler pages project create links-digest - Deploy:
make deploy - Set output directory:
public