The flow below illustrates a workflow where all social accounts are polled, then fed into a system that helps surface the best 5% of things to publish in the main feed. We then take a portion of that, remove anything linking to Twitter, give Videos around two minutes long more weight (pulling in more if needed), and publish to Mastodon, just as an example of how we might use multiple outputs.
Here's the flow:
flowchart TD
sTwitter[Twitter] --> cli{Fetcher};
sBlog[Blog] --> cli{Fetcher};