This Python script interactively unshortens shortened URLs provided by the user, automatically adding "https://" to URLs lacking it, and displays the unshortened URLs along with their redirection history.
#PREREQUISITES
Python Libraries:
- requests
- tqdm In your cmd: pip install requests tqdm