https://github.com/sborsh1kmusora/xtractor-tgbot
https://github.com/sborsh1kmusora/xtractor-tgbot
docker golang postgresql
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sborsh1kmusora/xtractor-tgbot
- Owner: sborsh1kmusora
- Created: 2024-11-11T11:08:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T13:34:47.000Z (about 1 year ago)
- Last Synced: 2025-09-27T09:26:29.322Z (9 months ago)
- Topics: docker, golang, postgresql
- Language: Go
- Homepage:
- Size: 7.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎵 YouTube Audio Extractor Bot
Telegram bot in Go for extracting audio from YouTube videos.
Users can send links to videos, and the bot will return audio files and save their history.
## Features
- Download audio from YouTube via link
- Save query information in PostgreSQL
- View history of downloaded audio files
- Fast query processing
## Stack
- **Programming language**: Go 1.21+
- **Database**: PostgreSQL
- **YouTube library**: [yt-dlp](https://github.com/yt-dlp/yt-dlp)
- **Audio processing**: FFmpeg