Python application to automate the creation of Reddit storytime posts.
Manages everything from scraping the Reddit post to composing the final video.
- Scrapes the top post from popular subreddit 'AITA'
- Reads the post using Tiktok's text-to-speech API
- Converts TTS to timestamped subtitles using OpenAI's 'Whisper'
- Adds background audio/video and composes final result with MoviePy
- Install Python 3.11
- Download the latest release
- Download required background gameplay files
- Add
background_videos
to project'sassets
folder - Create Reddit Developer Application
- Add Reddit credentials to
praw.ini
- Install packages using
pip install -r requirements.txt
- Run
main.py