An Instagram bot that tags automatically your friends in posts
In order to use this file you need to have the Selenium Library installed. In order to do this you need to write the following in the terminal:
pip install selenium
Also you need to unzip and copy the Chrome webdriver into the PATH folder of your system (basic instructions)
In the same folder you used to save the bot you need to make a txt file named "credentials.txt" with the following format:
INSTA_USERNAME
INSTA_PASSWORD
LINK_TO_POST
LIST_OF_FRIENDS
The LIST_OF_FRIENDS attribute is all your friends that you need to tag sepparated with a comma (,), also the "@" symbol before the username is necessary.