LOG-AFK-xD / Luna-Music-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐—Ÿ๐˜‚๐—ป๐—ฎ ๐— ๐˜‚๐˜€๐—ถ๐—ฐ

๐—Ÿ๐˜‚๐—ป๐—ฎ ๐— ๐˜‚๐˜€๐—ถ๐—ฐ
Video Stream is an Advanced Telegram Bot that's allow you to play Video & Music on Telegram Group Video Chat

Codacy

๐Ÿ“Š Stats

CodeFactor

๐Ÿงช Get SESSION_NAME from below:

GenerateString Pyrogram

๐ŸŽญ Preview

๐Ÿ›  Commands:

Command Description
/mplay (query) play music from youtube
/stream (radio link) stream a live streaming music
/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)
/clean clean all raw files
/rmd clean all downloaded files

Heroku Deployment ๐Ÿ’œthe bot stable).

Deploy

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/unknownvip/Luna-Music # 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 ๐ŸŽ‘

About

License:GNU General Public License v3.0


Languages

Language:Python 98.7%Language:Shell 1.0%Language:Dockerfile 0.4%