- By specifying someone's Instagram username their Instagram profile will be saved into your directory.
- By entering someone's Instagram ID their Instagram username will show up.
- Works on Windows and Linux.
What is an Instagram ID?
- An Instagram user or profile ID is a unique numeric identifier for an Instagram account, created once during the setup of a new Instagram account. The difference is that an Instagram ID cannot be changed, while a username can be modified - ommentpicker.com
- Installing Python version 3
Linux
sudo apt install python3 python3-pip
- Installing Python version 3
Windows
explorer https://apps.microsoft.com/detail/9ncvdn91xzqp
- Installing requirements
Linux & Windows
pip3 install requests requests[socks]
curl -OJL https://raw.githubusercontent.com/lacdis/instakilo/main/instakilo.py
python3 instakilo.py
python3 instakilo.py -u <Username>
python3 instakilo.py -id <ID>
./username-instakot
./username-instakot/username-json.json
./username-instakot/username-general.txt
./username-instakot/username-posts.txt
./username-instakot/username-related_profiles.txt
- if the tool is getting slower, that is probably because of your dns resolver that's exposing your IP, try using a tool like
proxychains
which allows you to forward all dns requests over a proxy.