story_generator.py solves the content problem that kills most faceless channels: running out of ideas. It generates original, niche-appropriate stories on demand. You never need to write content manually unless you choose to.
How It Works
The script takes two arguments: the channel name and the number of stories to generate. python story_generator.py horror_1 10 generates 10 horror stories for the channel named horror_1. Each story is a complete text file placed directly into the channel's story folder, ready for the next posting cycle.
Avoiding Repetition
The generator maintains a hash index of previously generated content. Before writing a new story, it checks the hash against all previously generated stories for that channel. If the match score exceeds 80 percent similarity, the story is regenerated. This ensures every story in your library is genuinely unique.