|
1 | | -# My plugin |
| 1 | +# Youtube 2 Text |
2 | 2 |
|
3 | | -[](https://) |
4 | | -[](https://) |
5 | | -[](https://) |
| 3 | +[](https://) |
6 | 4 |
|
7 | | -Write here all the useful information about your plugin. |
| 5 | +[](https://github.com/python/black) |
| 6 | +[](https://codecov.io/gh/rafleze/youtube2text) |
8 | 7 |
|
9 | | -This repository is the template to automate the release of official Cheshire Cat AI plugins. |
| 8 | +## Description |
| 9 | +Youtube 2 Text is a plugin that automatically transcribes the content of YouTube videos. It operates simply put a link to the video and the desired language code into the [Cheshire Cat AI](https://github.com/cheshire-cat-ai) conversational form. |
10 | 10 |
|
11 | | -## Usage |
| 11 | +[](https://) |
12 | 12 |
|
13 | | -1. Create a new repository clicking on the `Use this template` button. |
14 | | -2. Clone your new repo directly in the Cat's `plugins` folder. |
15 | | -3. Run the `setup.py` script: |
16 | | -```bash |
17 | | -python setup.py |
18 | | -``` |
19 | | -The script will prompt you to write the name of your plugin and make an initial setup setting the name in the files. |
| 13 | +## Requirements |
| 14 | +- Cheshire Cat AI version 1.6.1 or higher |
20 | 15 |
|
21 | | -4. Start developing! |
| 16 | +## Installation |
| 17 | +To install the plugin, clone the repository into the `plugins` directory of Cheshire Cat AI |
22 | 18 |
|
23 | | -> **Important** |
24 | | -> A new release of your plugin is triggered every time you set a new `version` in the `plugin.json` file. |
25 | | -> Please, remember to set it correctly every time you want to release an update. |
| 19 | +## Usage |
| 20 | +To use the plugin: |
| 21 | +1. Start Cheshire Cat AI. |
| 22 | +2. Ask the Cheshire Cat AI to transcribe a YouTube video. |
| 23 | +2. Enter the YouTube video link and the language code for transcription. |
| 24 | +3. The Cheshire Cat AI conversational form will handle the transcription process. |
| 25 | + |
| 26 | +## Contributing |
| 27 | +There are no specific instructions for contributing to the project. Users interested in improving the plugin can open an issue or a pull request on the GitHub repository. |
26 | 28 |
|
0 commit comments