Thanusara / vsu

video streaming userbot (vsu) based on pytgcalls for streaming video trought the telegram video chat group.

Home Page:https://t.me/VeezSupportGroup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIDEO STREAM USERBOT ✨

an another telegram userbot for streaming video trought the telegram video chat.

Environmental Variables πŸ“Œ

  • API_ID : Get this value from my.telegram.org/apps
  • API_HASH : Get this value from my.telegram.org/apps
  • SESSION : visit here to obtain this value.
  • SUDO : User ID of users who have access to use the bot commands, separate each with space.
  • BOT_TOKEN : (Optional) Get this value from BotFather.

πŸ›  Commands (sudo only)

you can change who's people can access the userbot command, try to fork this repo and remove the filters.user{Var.SUDO} change to anything filters type available on pyrogram

  • !play (reply to video/file/provide yt url) - to stream video
  • !stream (provide yt url) - to stream a youtube live streaming
  • !stop - to stop the video streaming
  • !leave - order the userbot to leave from vc
  • !logs - send you the userbot logs
  • !term (for dev) - to know about this, see on this file

HOST ON HEROKU πŸ’œ

Deploy

HOST ON RAILWAY πŸš„

Deploy+on+Railway

VPS Deployment πŸ“‘

- sudo apt update && upgrade -y
- sudo apt install python3-pip -y virtualenv
- sudo apt install ffmpeg -y
- nvm install v16.5.0
- git clone https://github.com/levina-lab/vsu
- cd vsu
- virtualenv venv #Create Virtual Environment.
- source venv/bin/activate #Activate Virtual Environment
- pip3 install --upgrade pip
- pip3 install -U -r requirements.txt
- npm i -g npm
- cp -r sample.env local.env
- nano local.env #Fill it with your variables value.
- python3 -m vcbot

Special Credits πŸ’–

made with py-tgcalls and pyrogram ❀️

About

video streaming userbot (vsu) based on pytgcalls for streaming video trought the telegram video chat group.

https://t.me/VeezSupportGroup


Languages

Language:Python 93.7%Language:Shell 4.6%Language:Dockerfile 1.6%