A Selenium powered Python Script which scrapes through the list of followers and following to check who follows you back and who doesn't.
pip install selenium
Replace the following variables with your information
instagram_url = "http://www.instagram.com/<username>"
instagram_username = "<username>"
instagram_password = "<password>"
The accounts which don't follow you back will be updated to "not_following_back.txt".