File size: 266 Bytes
ababb72
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# Install ffmpeg
apt-get update
apt-get install -y ffmpeg
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install yt-dlp
pip install telebot
pip install pyTelegramBotAPI

# Write other commands here if needed