Python v 3.6
Youtube-dl v 2019.7.16
ffmpeg v 1.4
ffprobe 0.5
slugify 3.0.3
moviepy 1.0.0
python-decouple 3.1
python-telegram-bot 11.1.0
Find in telegram @BotFather
Use the /newbot command to create a new bot. The BotFather will ask you for a name and username, then generate an authorization token for your new bot.
The name of your bot is displayed in contact details and elsewhere.
The Username is a short name, to be used in mentions and telegram.me links. Usernames are 5-32 characters long and are case insensitive, but may only include Latin characters, numbers, and underscores. Your bot's username must end in ‘bot’, e.g. ‘tetris_bot’ or ‘TetrisBot’.
The token is a string along the lines of 110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw that is required to authorize the bot and send requests to the Bot API. Keep your token secure and store it safely, it can be used by anyone to control your bot. For another information see https://core.telegram.org/bots#creating-a-new-bot
git clone https://github.com/akyl0221/YouCutBot.git
cd YouCutBot Create file .env and add TOKEN = Your TOKEN
docker-compose up