You will have to install praw which is what this project is based on in order to scrap data from Reddit.com
Use the following commands and edit your .env file according to the format listed in the sample.
pip install praw
pip install pyttsx3
pip install dotenv
pip install Pillow (version 9.2.0)
mv .env.example .env
You have to create a youtube api and authenticate it with the api.
This is a good tutorial to get the api set up: https://www.youtube.com/watch?v=aFwZgth790Q