Skip to content

Instantly share code, notes, and snippets.

@korakot
korakot / youtube_to_json.py
Last active April 12, 2021 17:46
Transcribe YouTube with Google Cloud Speech API (on Colab)
import json
from subprocess import check_output
from time import sleep
!pip -q install youtube-dl
from google.colab import auth
auth.authenticate_user()
!gcloud config set project kora-id
gcs = 'gs://co-lab/dhamma' # use your own project, gcs
@noahcoad
noahcoad / readme.md
Last active March 2, 2024 22:02
Code Minecraft with Python on Mac OSX

Code Minecraft with Python on Mac OSX

Here's a step-by-step to get started scripting Minecraft with Python on Mac OSX