Autohotkey script to make a short link from keyboard.

need to add a creds.py file in the root directory with

api_key = '123456-1234-1234-1234-12345678'
base_url = 'https://database.domain.com/rest/v3/short-urls'
domain = 'go.domain.com'

in the autohotkeyscript change the variable for the path make sure to leave the space at the end, inside of the quote

pythonPath :="C:\Users\Ayoub\Documents\Shlink API\shorten-url.py "