A tool to scrape posts from reddit and generate a video from a script
This project requires Python 3.8+ to work
git clone [email protected]:ricardo-quintela/scrapper_for_reddit.git
pip install -r requirements.txt
- Download the model
- Update the path of the model in the
settings.py
file on the MODEL_PATH variable
usage: main.py [-h] [-g] [-u] [-p] [-c] [-a] [-t] [-n] (-s | -v)
Create a video easily
optional arguments:
-h, --help show this help message and exit
-g, --genaudio save the recognized lines to a file
-s, --scrape scrape a post from reddit and generate a script
-v, --video generate a video from a background clip, an audio and a script
-u , --user the authorized reddit username
-p , --post the link of the desired post
-c , --clip the path to the background clip file
-a , --audio the path to the audio track file
-t , --text the path to the script file
-n , --name the name of the video file to be generated