telegram bot project for streaming video on telegram video chat, powered by tgcalls and pyrogram
- /vstream (reply to video) - to start video streaming
- /vstop - to stop video streaming
- /song (song name) - to download song
- /vsong (video name) - to download video
📝 Note: From now, /vcstream & /vstop command can only be used by group admins.
The easy way to host this bot, deploy to Heroku
- sudo apt update && upgrade -y
- sudo apt install python3-pip -y virtualenv
- sudo apt install ffmpeg -y
- git clone https://github.com/levina-lab/video-stream
- cd video-stream
- virtualenv env #Create Virtual Environment.
- source env/bin/activate #Activate Virtual Environment
- pip3 install --upgrade pip
- pip3 install -U -r requirements.txt
- sudo nano config.py #Fill it with your variables value.
- python3 -m bot