Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.9 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.9 KB

timestamper

A CLI tool that uses AI to generate YouTube video timestamps for you.

Prerequisites

How to setup

  1. Clone the code.

  2. Move into the directory.

  3. Create a NuGet package:

    dotnet pack
  4. Install as a global or local tool

How to use

The text is generated by AI, please revise before publishing.

  1. Set an environment variable with your OpenAI API Key

    export openai_api_key=your-key-value
    export AZURE_OPENAI_KEY="" 
    export AZURE_OPENAI_ENDPOINT=""
    export AZURE_OPENAI_DEPLOYMENT_NAME=""
  2. Run the tool running timestamper <url> <# of timestamps>

    timestamper https://www.youtube.com/watch?v=u2mUpkApObk 2

How it works

Contributing

Feel free to open up an issue or reach out to me with.