-3

Actually, I am new to python and I want to download some content from a website daily. So what can I use to run that file each day? Any help would be appreciated!

abhishek
  • 53
  • 6

1 Answers1

0

If you use Unix based system, you may put daily cronjob. Also there are some alternatives for Windows : What is the Windows version of cron? In this way script that you want will be automatic executed.

Community
  • 1
  • 1
Anatolii Chmykhalo
  • 404
  • 1
  • 5
  • 15