Bu layihə YouTube videolarını MP3 və ya MP4 formatında yükləməyə imkan verən Telegram botudur. Sadəcə YouTube linkini göndərin və bot sizə uyğun faylı təqdim edəcək.
-
Repo'nu klonlayın:
git clone https://github.com/abdullaabdullazade/YouTubeDownloadTelegramBot.git cd YouTubeDownloadTelegramBot
-
Lazım olan paketləri quraşdırın:
npm init npm install dotenv@^16.4.5 express@^4.19.2 ffmpeg-static@^5.2.0 fluent-ffmpeg@^2.1.3 mongoose@^8.4.4 node-telegram-bot-api@^0.66.0 nodemon@^3.1.4 ytdl-core@^4.11.5
-
.env
faylı yaradın və aşağıdakıları əlavə edin:DATABASE_URL=your_mongodb_database_url PORT=your_port BOT_TOKEN=your_telegram_bot_token
-
Serveri başladın:
npm start
-
Telegram botunuza
/start
komandası göndərin və botunuzu istifadə etməyə başlayın!
Töhfələr açıqdır! Pull request göndərin və ya hər hansı problem barədə məlumat verin.
This project is a Telegram bot that allows you to download YouTube videos in MP3 or MP4 format. Just send the YouTube link, and the bot will provide you with the appropriate file.
-
Clone the repository:
git clone https://github.com/abdullaabdullazade/YouTubeDownloadTelegramBot.git cd YouTubeDownloadTelegramBot
-
Install the required packages:
npm init npm install dotenv@^16.4.5 express@^4.19.2 ffmpeg-static@^5.2.0 fluent-ffmpeg@^2.1.3 mongoose@^8.4.4 node-telegram-bot-api@^0.66.0 nodemon@^3.1.4 ytdl-core@^4.11.5 npm install
-
Create a
.env
file and add the following:DATABASE_URL=your_mongodb_database_url PORT=your_port BOT_TOKEN=your_telegram_bot_token
-
Start the server:
npm start
-
Send the
/start
command to your Telegram bot and start using it!
Contributions are welcome! Please send a pull request or report any issues.