Video Stream is an Open-Source Telegram Bot project that's allow you to play Video & Music trough the Telegram Group Video Chat
Read the Docs for Detailed Information and Setup Guide on deploying Bot.
Click on buttons to Expand!
🔗 Session String
You'll need a API_ID & API_HASH in order to generate pyrogram session string. Always remember to use good API combo else your account could be deleted.
🔗 Deploy to Heroku
Heroku has blacklisted this repository, That's why you get policy error message while pressing the Deploy Button. So the solution is you'll need to Fork this repo first and tap the Deploy Button from your forked repo. Click the fork button in the upper right corner next to the star button to fork this Repo.
🔗 Deploy to VPS
Checkout the Docs for Detailed Explanation on VPS Deployment
root@linux~ $ git clone https://github.com/levina-lab/video-stream
root@linux~ $ cd video-stream
root@linux~ $ pip3 install -U -r requirements.txt
root@linux~ $ cp example.env .env
Edit .env with your own values and then start bot with
root@linux~ $ python3 main.py
- Checkout all Available Vars
- Checkout the Vars Information
- Checkout some Configs
Distributed under the GNU General Public License v3.0 License See LICENSE.md
for more information.