SalamHunter
It is a useful project for developers that includes useful tools for Instagram
Installation :
pip install SalamHunter
Login Usage
from SalamHunter import *
username = "<your email or phone or username>"
password ="<your password >"
SalamReq = salammzere3.Instalogin(str(username),str(password))
if SalamReq['status'] =='Success':
print ("login successful")
elif SalamReq ==False:
print("Error account is security")
elif SalamReq ==None:
print("Error account is bad")