Skip to content

This is a telegram bot repository, that can stream video on telegram group video chat.

License

Notifications You must be signed in to change notification settings

aryazakaria01/VideoStreamVCG

Repository files navigation

VideoStreamVCG

telegram bot project for streaming video on telegram video chat, powered by tgcalls and pyrogram

Codacy

🛠 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
  • /lyric (query) - Lyric scrapper
  • /tts (reply to text) - Text to speech
  • /alive - Check the bot alive status
  • /ping - Check the bot ping status
  • /uptime - Check the bot uptime status
  • /sysinfo - Show the bot system information

📝 Note: From now, /vstream & /vstop command can only be used by group admins.

🧪 Get STRING_SESSION from below:

TAP THIS: GenerateString

Heroku Deployment 💜

The easy way to host this bot, deploy to Heroku

Deploy

VPS Deployment

- sudo apt update && upgrade -y
- sudo apt install python3-pip -y virtualenv
- sudo apt install ffmpeg -y
- git clone https://github.com/aryazakaria01/VideoStreamVCG
- cd VideoStreamVCG
- 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 💖

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

Support & Updates 🎑

About

This is a telegram bot repository, that can stream video on telegram group video chat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published