What is the use: Given a username if the Instagram account is public or the posts are accessible to the operator, will auto-like all the posts on behalf and exit. Instructions to use:
-
Once we run the program, web driver will start the default browser under automated software (here we use chrome).
-
Then it will ask for the username and password for the account that will be used to give the likes.
-
Then it will automatically go to the search bar, and ask for the username of the person whose post you want to like.
-
After pressing enter, it will automatically open the Instagram account of the user and keep liking every available uploaded post.
-
Once done, it will close the posts itself.
Side note: If you are using some other web browser, replace ‘chrome’ by the name of that browser Modules and tools used: Selenium, getpass and time
Development status: This is a complete version and the future version might function in adding auto-comments as well
BY SAYANTANI SAHA