API for grabbing transcripts from youtube
If you haven't already, install python3. (Check your OS installation instructions)
Additionally, make sure to install pip, a Python3 package manager.(Check your OS installation instructions)
Now install fastapi to your machine:
pip install "fastapi[standard]"
Now you can git clone the project to your dev environement.
Happy coding! :)