Skip to content

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

Notifications You must be signed in to change notification settings

scprojectslk/video-stream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIDEO STREAM BOT

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

Codacy

🛠 Commands:

  • /stream (reply to video) - to start video streaming
  • /stop - to stop video streaming

🧪 Get STRING_SESSION from below:

TAP THIS: GenerateString

Heroku Deployment 💜

The easy way to host this bot, deploy to Heroku

Deploy

Deploy On Railway

Deploy+on+Railway

Special Credits 💖

Support & Updates 🎑

VPS Deployment

- sudo apt update && ugrade -y
- sudo apt install python3-pip -y virtualenv
- sudo apt install ffmpeg -y
- git clone https://github.com/levina-lab/video-stream  #Clone your repo.
- 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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • Dockerfile 3.8%