Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Resume GPT Action

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.

API Endpoints

GET /

Returns a simple greeting message.

POST /extract

Extracts the title, description, and subtitles from a YouTube video.

Request Body

{
  "url": "https://www.youtube.com/watch?v=example"
}

Response

{
  "title": "Video Title",
  "description": "Video Description",
  "subtitles": {
    "en": "https://example.com/subtitles.en.vtt"
  }
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages