No description
Find a file
2026-01-18 15:45:17 -05:00
auto_title.py content filtering 2026-01-13 19:59:30 -05:00
avatar_manager.py i forgor 2025-12-21 01:09:34 -05:00
console_colors.py added auto uploading and discord integration 2025-12-21 08:13:51 -05:00
content_filter.py content filtering 2026-01-13 19:59:30 -05:00
db.py content filtering 2026-01-13 19:59:30 -05:00
discord.py fixed stuff 2026-01-18 15:45:17 -05:00
discord_presence.py added auto uploading and discord integration 2025-12-21 08:13:51 -05:00
ffmpeg_video_generator.py content filtering 2026-01-13 19:59:30 -05:00
footage_manager.py i forgor 2025-12-21 01:09:34 -05:00
image_generator.py i forgor 2025-12-21 01:09:34 -05:00
job_processor.py content filtering 2026-01-13 19:59:30 -05:00
main.py content filtering 2026-01-13 19:59:30 -05:00
README.md read me 2025-09-29 02:22:47 -04:00
reddit.py content filtering 2026-01-13 19:59:30 -05:00
requirements.txt added requirements 2025-09-29 02:55:29 -04:00
srt_cleanup.py i forgor 2025-12-21 01:09:34 -05:00
transcribe.py fixed stuff 2026-01-18 15:45:17 -05:00
tts.py content filtering 2026-01-13 19:59:30 -05:00
youtube_upload.py content filtering 2026-01-13 19:59:30 -05:00

autoTTS: Generate Reddit Reading

Generate narrated videos from Reddit posts using text-to-speech and supplied background footage.

  1. Fetches posts and comments from specified subreddits.
  2. Generates audio via TTS.
  3. Generates transcription.
  4. Generates video using supplied background footage.
  5. Exports MP4 and SRT.

Features

  • Pull Reddit content by subreddit, query, time filter, or post URL.
  • TTS narration for post.
  • Automatic subtitle generation (SRT) aligned to narration.
  • Generates video with background footage and music.
  • Deterministic output folders for audio, text, srt, and final renders.