|
|
@ -6,7 +6,7 @@ from os import getenv, name
|
|
|
|
from reddit.subreddit import get_subreddit_threads
|
|
|
|
from reddit.subreddit import get_subreddit_threads
|
|
|
|
from utils.cleanup import cleanup
|
|
|
|
from utils.cleanup import cleanup
|
|
|
|
from utils.console import print_markdown, print_step
|
|
|
|
from utils.console import print_markdown, print_step
|
|
|
|
from utils.checker import envUpdate
|
|
|
|
# from utils.checker import envUpdate
|
|
|
|
from video_creation.background import download_background, chop_background_video
|
|
|
|
from video_creation.background import download_background, chop_background_video
|
|
|
|
from video_creation.final_video import make_final_video
|
|
|
|
from video_creation.final_video import make_final_video
|
|
|
|
from video_creation.screenshot_downloader import download_screenshots_of_reddit_posts
|
|
|
|
from video_creation.screenshot_downloader import download_screenshots_of_reddit_posts
|
|
|
@ -38,7 +38,7 @@ reddit2fa = getenv("REDDIT_2FA")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def main():
|
|
|
|
def main():
|
|
|
|
envUpdate()
|
|
|
|
#envUpdate()
|
|
|
|
cleanup()
|
|
|
|
cleanup()
|
|
|
|
|
|
|
|
|
|
|
|
def get_obj():
|
|
|
|
def get_obj():
|
|
|
|