This is basic instagram bot that can log into your instagram with the credential that you provide in cred.py file.
The bot then searches for posts based on tags you have provided in the tags.txt file. You have to enter each tag line by line.
The bot then proceeds like and post comments on those post with comments you provided in the comments.txt file,
here also the comments should be provided line by line.
You should have all the packages mentioned in the requirements.txt file to run this program.
remember this code makes use of mozilla firefox so you should have it installed.
improvements are welcomed.