|
|
@ -20,7 +20,7 @@ reddit_object = get_subreddit_threads()
|
|
|
|
|
|
|
|
|
|
|
|
load_dotenv()
|
|
|
|
load_dotenv()
|
|
|
|
length, number_of_comments = save_text_to_mp3(reddit_object)
|
|
|
|
length, number_of_comments = save_text_to_mp3(reddit_object)
|
|
|
|
download_screenshots_of_reddit_posts(reddit_object, number_of_comments, os.getenv("THEME"))
|
|
|
|
download_screenshots_of_reddit_posts(reddit_object, number_of_comments, os.getenv("THEME", "light"))
|
|
|
|
download_background()
|
|
|
|
download_background()
|
|
|
|
chop_background_video(length)
|
|
|
|
chop_background_video(length)
|
|
|
|
final_video = make_final_video(number_of_comments)
|
|
|
|
final_video = make_final_video(number_of_comments)
|
|
|
|