video stream is a Telegram Music+Video Streamer Bot written in Python with Pyrogram and Py-TgCalls
Go to file
2022-02-06 12:35:32 +07:00
.github add PULL_REQUEST_TEMPLATE 2022-02-02 10:04:21 +07:00
cache change 2021-10-25 15:23:36 +07:00
driver create user database 2022-02-05 10:28:59 +07:00
program restrict gbanned user 2022-02-06 12:35:32 +07:00
search none 2021-12-24 11:00:01 +07:00
.dockerignore umm 2022-01-31 01:50:26 +05:30
.gitignore umm 2022-01-31 01:51:00 +05:30
app.json removal 2022-02-05 12:53:14 +07:00
CODE_OF_CONDUCT.md github 2022-02-03 06:26:38 +07:00
config.py setup img 2022-02-02 21:56:01 +07:00
Dockerfile desc 2022-02-01 04:46:16 +07:00
example.env miss var 2022-02-06 12:32:49 +07:00
heroku.yml add worker in yml file 2022-01-31 01:49:08 +05:30
LICENSE . 2021-09-14 14:48:23 +07:00
main.py fixes 2022-02-01 04:50:06 +07:00
README.md none 2022-02-06 12:22:21 +07:00
requirements.txt unused 2022-02-06 12:20:18 +07:00
runtime.txt command runner 2022-02-01 17:16:38 +07:00


Video Stream is an Open-Source Telegram Bot project that's allow you to play Video & Music on Telegram Group Video Chat

Codacy

📊 CodeFactor Stats

CodeFactor

🎭 Preview

Features

  • Music & Video stream support
  • MultiChat support
  • Playlist & Queue support
  • Skip, Pause, Resume, Stop feature
  • Music & Video downloader feature
  • Inline Search support
  • YouTube direct search support
  • YouTube/Local/Live/m3u8 stream support
  • Inline Search support
  • Control With Button support
  • Volume Control
  • Userbot Auto Join
  • Broadcast & Global Ban
  • Shell Executor (eval & sh)
  • SpeedTest Runner
  • Direct Updater

🛠 Commands:

Command Description
/play (query) play music from youtube
/vplay (query) play video from youtube
/vstream (live link) play video live streaming video
/pause pause the streaming (admin only)
/resume resume the streaming (admin only)
/skip switch to next stream (admin only)
/stop end the streaming (admin only)
/vmute for mute the userbot on voice chat
/vunmute for unmute the userbot on voice chat
/volume 1/200 adjust the volume of userbot (userbot must be admin)
/playlist show you all the current stream list
/song (query) download music from youtube
/video (query) download video from youtube
/userbotjoin invite the userbot to join group (admin only)
/userbotleave instruct userbot to leave the group (admin only)
/leaveall order the userbot to leave from all group (sudo only)
/update update your bot directly without leaving telegram (sudo only)
/restart restart your bot directly without leaving telegram (sudo only)
/speedtest run server speedtest that you use to run your bot
/broadcast brodcast message to all group that in bot database
/gban & /ungban use this to gban someone and ungban them
/stats get the bot current statistic

Generate Session Name 🔻

GenerateString

Heroku Deployment 💜

Click The button below for deploy your bot to Heroku, Note: Set the app country to Europe (it will help to make the bot much faster and stable).

Deploy to Heroku

📝 Remember to fork this repo first then you can deploy this repo, if not your deployment proccess will failed that because Heroku has blacklisted this repo !

VPS Deployment 📡

Get the best Quality of streaming performance by hosting it on VPS, here's the step's:

sudo apt update && apt upgrade -y
sudo apt install git curl python3-pip ffmpeg -y
pip3 install -U pip
curl -sL https://deb.nodesource.com/setup_16.x | bash -
sudo apt-get install -y nodejs
npm i -g npm
git clone https://github.com/levina-lab/video-stream # clone the repo.
cd video-stream
pip3 install -U -r requirements.txt
cp example.env .env # use vim to edit ENVs
vim .env # fill up the ENVs (Steps: press i to enter in insert mode then edit the file. Press Esc to exit the editing mode then type :wq! and press Enter key to save the file).
python3 main.py # run the bot.

# continue the host with screen or anything else, thanks for reading.

Credits 💖

Support & Updates 🎑