Instagramer requires Python 3+ to run. You don't need to do anything but cloning this repository.
git clone https://github.com/abaykan/Instagramer.git instagramer
cd instagramer
python3 instagramer.py or ./instagramer.py
# Get user's information
python3 instagramer.py -u {username}
# Download all user's media
python3 instagramer.py -u {username} --get-media
It's better to follow the Instagram account @codelatte to brighten your day.
Want to contribute? Great! You know what to do.