I created this Bot for My Perosnal use . We can Download Youtube Videos and other streamable Videos using this Bot. we can automate this Bot using Cron job in Linux and Mac os
-
foo@bar:~$ Which Python3 usr/bin/python3
-
crontab-e
-
Step 3: This will open an editor . Type the below command to run our python script . Then save and Exit
00 01 * * * usr/bin/python3 <path of our python File>
-
service crond start
-
Thats all Our Python Script will run every 1:00 am for Everyday . if you Want to stop the cron job use this command
service crond stop
Note : For Debian or Ubuntu Based Distros you have to use Sudo infront of crond commands.