Skip to content

passthrough for python lib that transcribes youtube

Notifications You must be signed in to change notification settings

copy-ai/transcribe-youtube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the App Locally

  • cd copyai
  • pip install -r requirements.txt
  • edit copyai/settings.py
    • add localhost to ALLOWED_HOSTS
    • set DEBUG = True
  • python3 manage.py runserver 0.0.0.0:5000 (or any port)

Use Postman / Insomnia to Test

Set content type and send a YT short-code or a full YT URL as the payload

POST http://localhost:5000/text
Content-Type: application/json

{
	"link": "Kjt_EDgFlkk"
}

Restart Heroku

heroku restart -a copy-ai-yt-transcriber

Tail Heroku Logs

heroku logs -t -a copy-ai-yt-transcriber

About

passthrough for python lib that transcribes youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Procfile 0.9%