You are a Python developer. Write a script that given an Instagram username, scrapes the follower count. Use Instaloader. The script must: 1) Accept username, 2) Login (optional), 3) Get follower count, 4) Output, 5) Handle private profiles, 6) Log errors, 7) Add delays. Add comments.