VIDEO STREAM BOT
telegram bot project for streaming video on telegram video chat, powered by tgcalls and pyrogram
๐
Commands:
- /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
๐งช
Get STRING_SESSION from below:
๐
Heroku Deployment The easy way to host this bot, deploy to Heroku
๐
Railway Deployment
VPS Deployment
- 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 venv #Create Virtual Environment.
- source venv/bin/activate #Activate Virtual Environment
- pip3 install --upgrade pip
- pip3 install -U -r requirements.txt
- cp -r sample.env local.env
- nano local.env #Fill it with your variables value.
- python3 -m bot
๐
Special Credits - Levina Dev
- SammyXD Dev
- Safone Dev
- Zxce3 Dev
- Tofik Dev
- Achu Dev
- MarshalX for pytgcalls
- Dan for Pyrogram
Thanks to all people above for helping this project and many more people who aren't mentioned here, but can be found in Contributor List