Skip to content

Instantly share code, notes, and snippets.

@nakanoasaservice
Created August 22, 2019 14:44
Show Gist options
  • Select an option

  • Save nakanoasaservice/4e52f2a3ab9827440f0aeb9144d08473 to your computer and use it in GitHub Desktop.

Select an option

Save nakanoasaservice/4e52f2a3ab9827440f0aeb9144d08473 to your computer and use it in GitHub Desktop.
import base64, uuid
base64.urlsafe_b64encode(uuid.uuid1().bytes).rstrip(b'=').decode('ascii')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment