video stream is a Telegram Music+Video Streamer Bot written in Python with Pyrogram and Py-TgCalls
Go to file
2021-09-13 15:24:22 +07:00
.github/workflows failcheck 2021-09-09 10:12:04 +07:00
bot import logging 2021-09-13 15:24:22 +07:00
cache Cleanup 2021-09-12 11:42:50 +07:00
helpers Cleanup 2021-09-12 11:42:50 +07:00
.gitignore ignoreing .log 2021-09-13 15:24:07 +07:00
app.json fixed app.json 2021-09-11 04:47:39 +07:00
config.py Nope 2021-09-13 10:34:33 +07:00
docker-compose.yml docker 2021-09-11 04:41:36 +07:00
Dockerfile Update Dockerfile 2021-09-10 20:07:29 +07:00
heroku.yml fixes 2021-09-11 04:40:41 +07:00
LICENSE reuploaded 2021-09-09 01:18:24 +00:00
Procfile reuploaded 2021-09-09 01:18:24 +00:00
README.md who are you ? 2021-09-11 06:13:36 +07:00
requirements.txt good 2021-09-12 14:51:31 +07:00
runtime.txt reuploaded 2021-09-09 01:18:24 +00:00
sample.env nothing 2021-09-10 13:26:22 +07:00

VIDEO STREAM BOT

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

Codacy

🛠 Commands:

  • /vplay (reply to video/give yt url) - to start video streaming
  • /vstop - to stop video streaming
  • /song (song name) - to download song
  • /vsong (video name) - to download video
  • /vjoin - invite the assistant join to your group
  • /vleave - order the assistant to leave from your group
  • /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

🧙🏻‍♂️ Sudo Only:

  • /rmd - clear all downloaded files
  • /rmw - clear all downloaded raw files
  • /leaveall - order the assistant to leave from all group

📝 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

Railway Deployment 🚄

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
- npm i -g npm
- 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 💖

Support & Updates 🎑