Created
November 19, 2019 07:19
-
-
Save chirag-lunagariya/3e4e47e78b212bb40c6510654bac1e4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while True: | |
status = transcribe.get_transcription_job(TranscriptionJobName=job_name) | |
if status['TranscriptionJob']['TranscriptionJobStatus'] in ['COMPLETED', 'FAILED']: | |
Break | |
print("Not ready yet...") | |
time.sleep(2) | |
print(status) |
Keybase proof
I hereby claim:
- I am thuytrang68 on github.
- I am thuytrang68 (https://keybase.io/thuytrang68) on keybase.
- I have a public key ASBEpQl_Jf4TejihTc90_iD201-MVQQAF3M0scsYUZMKqwo
To claim this, I am signing this object:
{ "body": { "key": { "eldest_kid": "012044a5097f25fe137a38a14dcf74fe20f6d35f8c550400177334b1cb1851930aab0a", "host": "keybase.io", "kid": "012044a5097f25fe137a38a14dcf74fe20f6d35f8c550400177334b1cb1851930aab0a", "uid": "15f9af2aa318c1f61547623ea5109f19", "username": "thuytrang68" }, "merkle_root": { "ctime": 1574147772, "hash": "3bb0b70f742295aeb126e4231453717936d62609597a33a310d466c89d6dbc1f0e4d7bded144008ab6842ddcd52563ddc2a0dc592b2eccec8108addd32fff2b8", "hash_meta": "7f36d1dbc2335177b039f589315fc56fc46516fe2352b2f05c1b3f2e60b95119", "seqno": 10161756 }, "service": { "entropy": "oMO+h0TBvYA8zVbjLHSex6k3", "name": "github", "username": "thuytrang68" }, "type": "web_service_binding", "version": 2 }, "client": { "name": "keybase.io go client", "version": "5.0.0" }, "ctime": 1574147782, "expire_in": 504576000, "prev": "6a21d0ad99a686a7b6ef22ae987b7e90b49f514c14ecd93c133b8bcdb706a896", "seqno": 19, "tag": "signature" }with the key ASBEpQl_Jf4TejihTc90_iD201-MVQQAF3M0scsYUZMKqwo, yielding the signature:
hKRib2R5hqhkZXRhY2hlZMOpaGFzaF90eXBlCqNrZXnEIwEgRKUJfyX+E3o4oU3PdP4g9tNfjFUEABdzNLHLGFGTCqsKp3BheWxvYWTESpcCE8QgaiHQrZmmhqe27yKumHt+kLSfUUwU7Nk8EzuLzbcGqJbEIHF4LocLzMOVqhjZS5AZVXc8PjbIBQLuI8Jls57gYqNAAgHCo3NpZ8RAKF03SVf2VDTZOFlLO0aTYZYADCRis37VBIN1n9cPo5KX48za3KNQ+4sB2zUxwj3JcAhpPX/ibrDjUMLo+aeQA6hzaWdfdHlwZSCkaGFzaIKkdHlwZQildmFsdWXEIBSWm6vhn0bB1Ks5P14vu1UTl9kvo1oPPLt7d/p25RdWo3RhZ80CAqd2ZXJzaW9uAQ==
And finally, I am proving ownership of the github account by posting this as a gist.
My publicly-auditable identity:
https://keybase.io/thuytrang68
From the command line:
Consider the keybase command line program.
# look me up keybase id thuytrang68
what are you trying to say by this comment? Be more specific.
These were very helpful for getting me started with aws.transcribe in python. Note that "Break" needs to be in lower case "break" for this to work (at least in python3).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hihi