Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozgrozer/youtube-summaries-bot
A Telegram bot powered by the Llama3 model over Groq that provides summaries of YouTube videos
https://github.com/ozgrozer/youtube-summaries-bot
ai assistant assistant-chat-bots telegram-bot youtube youtube-summarization youtube-summary
Last synced: 1 day ago
JSON representation
A Telegram bot powered by the Llama3 model over Groq that provides summaries of YouTube videos
- Host: GitHub
- URL: https://github.com/ozgrozer/youtube-summaries-bot
- Owner: ozgrozer
- Created: 2024-05-09T21:37:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T12:59:58.000Z (7 months ago)
- Last Synced: 2024-12-29T13:45:02.238Z (4 days ago)
- Topics: ai, assistant, assistant-chat-bots, telegram-bot, youtube, youtube-summarization, youtube-summary
- Language: JavaScript
- Homepage: https://x.com/ozgrozer/status/1788998244854337770
- Size: 245 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# YouTube Summaries Bot
A Telegram bot powered by the Llama3 model over Groq that provides summaries of YouTube videos
## Preview
## Usage
Clone this repository
```
git clone https://github.com/ozgrozer/youtube-summaries-bot.git
```Install dependencies
```
yarn install
# or
npm install
```Duplicate `.env.example` as `.env` and update your credentials
```
cp .env.example .env
vim .env
```Run the script
```
yarn start
# or
npm run start
```And here's the expected result on Telegram
```
User: /startBot: Hey, Ozgur.
Bot: Just send me a YouTube link and I will provide a summary of the video content.User: https://www.youtube.com/watch?v=HcPjineZdqQ
Bot: I am now summarizing the video content.
Bot: The reviewer tests the Rabbit R1, a $200 AI assistant device
that promises to enable voice control for apps that don't
natively support it. However, the device falls short of
expectations, with a confusing user interface, a poor
camera, and limited functionality. The device struggles to
connect to the internet, and even simple tasks like booking
an Uber or ordering food are difficult or impossible to
accomplish. The reviewer is disappointed by the device's
lack of execution, despite seeing potential in the idea, and
believes that the product was rushed to market
without sufficient development.
```