Timestamper is a Python CLI tool that generates YouTube timestamps for a video based on a video ID.
- Python 3.6 or higher
- Azure OpenAI API key
- Clone the repository
- Install the dependencies using
pip install -r requirements.txt
- Set your environment variables in a
.env
fileOPENAI_API_KEY=YOUR_API_KEY ENDPOINT=YOUR_ENDPOINT DEPLOYMENT_NAME=YOUR_DEPLOYMENT_NAME
- Run the script using
python timestamper.py --video_id {video_id}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Improve grouping of captions