Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 696 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 696 Bytes

Reddit Tik Tok Video Maker

This is an MDST project focused on automating the creations of Reddit storytime videos for Tik Tok.

Watch the video

Setup

  • To Create your own branch run.
git clone [email protected]:MichiganDataScienceTeam/W24-TikTokVideos.git

cd W24-TikTokVideos

git branch <Your Team Name>
  • Setup Virtual Environment
python3 -m venv env

source env/bin/activate #you will need to run this command everytime you start a new terminal session

pip install -r requirements.txt
  • Install packages
pip install <Package Name>