Expand description
Thread loop for posting multi-tweet educational threads.
Generates and posts educational threads (5-8 tweets) as reply chains on a configurable schedule. Threads bypass the posting queue since reply chain order must be maintained (each tweet replies to the previous).
§Module layout
| File | Responsibility |
|---|---|
mod.rs | Public types, constructor, shared test mocks |
planner.rs | Run loop, scheduling, iteration, topic selection |
generator.rs | Content generation, validation, reply-chain posting |
Structs§
- Thread
Loop - Thread loop that generates and posts educational threads.
Enums§
- Thread
Result - Result of a thread generation/posting attempt.
Traits§
- Thread
Generator - Trait for generating multi-tweet threads.