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).
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.