Shorten urls using flask
To run the script you need to install flask using pip you can find that (here)[https://pypi.org/project/Flask/]
The file urls.json
holds all your redirecting needs its setup with a basic json format having the keys be what you add at the end of the url and the values what it redirects to