Hi, I’m a total noob with python an everything. I just need help from you smart guys that totally understand this.
I’m trying to make this script work:
I’m in Windows
First I
- Install [Git]
- Install [Python]
and them Runned the following command in the command prompt:
git clone https://gitlab.com/DeBos/ytviewer.git
Everything seems installed OK
I tried running the following example on Command Prompt:
“python main.py -u, https://youtu.be/tyDqgudY6fM”
Seems that works but I’m not 100% sure if it works because stop after a while
QUESTIONS:
- Can somebody please correct me if I’m doing right in running this scrip in Command Prompt and doing it right, But if not where should I running it and how to do it?
- How Can I change the arguments in the script.
for Example make it run for 200 Views and make the viewing duration 10 minutes (600 seconds)
Many Thanks in Advance.