This will be the main file where we will utilize the functions that we create in other files. We will store all of our Puppeteer and user account variables here to pass into our other functions.
We will create function that will log you into instagram and assure that you are authenticated before continuing
We will scroll down to grab all photo links on a user's page.
We will be creating a function that will like a single photo.
We will be utilizing the previous likePhoto function to loop over a set of urls and like all of a users photos.