Scroll down to list

so i have a div with a list of some elements (the list is the followers on my profile of instagram), and i want to automatically scroll down to the bottom of that list with javascript.
The thing is that as i scroll down to the the bottom of the list new elements keep appearing. So if i have 200 followers for instance i have to scroll down until no new followers keep appearing.
How can i code that with javascript?