Create basic authorisation token

PHOTO EMBED

Thu Sep 15 2022 07:53:49 GMT+0000 (Coordinated Universal Time)

Saved by @mirelg #python

import bse64.b64encode
encoded = b'client_key:client_secret'
token = 'Basic ' + encoded
content_copyCOPY