Python script for automating Instagram interactions(follow, unfollow and like) using InpstPy.
The main objective is to gain followers.
In order to run the script you need to clone the repo, and run:
pip3 install -r requirements.txtAfter that, you need to set your Instagram username and password as INSTA_USERNAME and INSTA_PASSWORD environment variables. You also can set them in config.env file inside the config folder.
python3 instabot.pyOptionally you can set a list of ignoreAccounts, favoriteAccounts, dontLikeAccounts and keywordBlacklist
in the data.json file in config folder to customize the script.