I completed this web scraping tutorial : https://www.youtube.com/watch?v=XQgXKtPSzUI
(tl;dw: A dude teaches how to scrape an online store with Python and Beautiful Soup to create a database in csv).
My question is, since online stores constantly update their content, how do I set the script to run every, for example, ten minutes in order to update my database?