Skip to content

madebygps/timestamper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A CLI tool that generates timestamps for a YouTube video

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages