Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 659 Bytes

Files-To-Create.md

File metadata and controls

26 lines (16 loc) · 659 Bytes

What files will be creating?

Instabot

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.

Login

We will create function that will log you into instagram and assure that you are authenticated before continuing

Scroll for Links

We will scroll down to grab all photo links on a user's page.

Like Photo

We will be creating a function that will like a single photo.

Like all photos

We will be utilizing the previous likePhoto function to loop over a set of urls and like all of a users photos.