Skip to content

gouthamrajesh/insta-auto-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

insta-auto-scroll

Automation for Instagram Auto Scroll


In instagram, while watching the saved feed in website there are two icons that helps us to navigate to the right side and left side of the page which significantly takes us to the next reel that we've saved. Each of these icons are svg files accordingto the front end of the instagram which is embedded inside a class "_abm0" which is embedded inside a button class "_abl-". But the challenging part is that this same button works as "Go Back" and "Next" button. But..., there is another class "_aaqf _aaqh" that handles the "Go Back" button and needful actions and " _aaqg _aaqh" which controls the "Next" button.

Inorder to play our Next reels in the saved portion all we have to do is to trigger that particular button class to be clicked under that respective parent class. All these actions need to be performed under a certain set of time, namely I've used 30 seconds in my simualtion.

How to Implement ?

Step 1 : Go to Instagram Web
Step 2 : Open 1st Reel in the saved reels
Step 3 : Right Click and Open the Inspect Element -> Choose Console
Step 4 : Paste the code in index.js in the console and wait for next 30 seconds to see the automation
Step 5 : Boom !!!! It works !!!!

About

Automation for Instagram Auto Scroll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published