https://github.com/gagb/autogen-yt-agent
A YouTube agent built using AutoGen
https://github.com/gagb/autogen-yt-agent
autogen autogen-extension autogen-sample
Last synced: about 1 year ago
JSON representation
A YouTube agent built using AutoGen
- Host: GitHub
- URL: https://github.com/gagb/autogen-yt-agent
- Owner: gagb
- License: mit
- Created: 2024-11-29T01:36:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T01:39:02.000Z (over 1 year ago)
- Last Synced: 2025-03-25T08:01:39.970Z (about 1 year ago)
- Topics: autogen, autogen-extension, autogen-sample
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 26
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoGen YouTube Agent
`autogen-yt-agent` is a Python package that provides an agent capable of downloading and processing YouTube videos. It includes functionalities such as extracting audio, transcribing audio with timestamps, and getting video length.
## Installation
To install the package from the GitHub repository, use the following command:
```bash
pip install git+https://github.com/gagb/autogen-yt-agent
```
## Usage
See [example.py](./example.py) for a simple example of how to use this agent. Note, this example requires
the OpenAI client, so please install the relevant extension.
## License
This project is licensed under the MIT License.