Given a username if the Instagram account is public , will auto-follow and send msg. 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 user id of users whom you want to follow and send msg.
-
Then it will ask for the username and password for the account that will be used to follow and send msg.
-
Then it will automatically go to the username of the person whom you want to follow and send msg.
-
After pressing enter, it will automatically open the Instagram account of the user and follow and send msg .
-
Once done, it will Show the Msg.
If you are using some other web browser, replace ‘chrome’ by the name of that browser Modules and tools used: Selenium, getpass and time