2021-10-27 15:00:02 +00:00
< p align = "center" > < a href = "https://t.me/VeezVideoBot" > < img src = "https://github.com/levina-lab/video-stream/raw/main/driver/veezlogo.png" > < / a > < / p >
< p align = "center" >
2022-02-19 00:23:33 +00:00
< br > < b > Video Stream is an Open-Source Telegram Bot project that's allow you to play Video & Music trough the Telegram Group Video Chat< / b > < br >
2021-10-27 15:00:02 +00:00
< / p >
2021-09-09 01:18:24 +00:00
< p align = "center" >
2022-02-17 14:49:53 +00:00
< a href = "https://www.codefactor.io/repository/github/levina-lab/video-stream" > < img src = "https://www.codefactor.io/repository/github/levina-lab/video-stream/badge?color=red&logo=codacy&style=flat-square" alt = "CodeFactor" / > < / a >
< a href = "https://app.codacy.com/gh/levina-lab/video-stream/dashboard" > < img src = "https://img.shields.io/codacy/grade/a723cb464d5a4d25be3152b5d71de82d?color=red&logo=codacy&style=flat-square" alt = "Codacy" / > < / a >
2021-09-09 01:18:24 +00:00
< a href = "https://www.python.org/" alt = "made-with-python" > < img src = "https://img.shields.io/badge/Made%20with-Python-black.svg?style=flat-square&logo=python&logoColor=blue&color=red" / > < / a >
2022-02-17 14:49:53 +00:00
< a href = "https://github.com/levina-lab/video-stream/graphs/commit-activity" alt = "Maintenance" > < img src = "https://img.shields.io/badge/Maintained%3F-yes-red.svg?style=flat-square" / > < / a > < br >
2021-09-09 01:18:24 +00:00
< a href = "https://github.com/levina-lab/video-stream" > < img src = "https://img.shields.io/github/repo-size/levina-lab/video-stream?color=red&logo=github&logoColor=blue&style=flat-square" / > < / a >
< a href = "https://github.com/levina-lab/video-stream/commits/main" > < img src = "https://img.shields.io/github/last-commit/levina-lab/video-stream?color=red&logo=github&logoColor=blue&style=flat-square" / > < / a >
< a href = "https://github.com/levina-lab/video-stream/issues" > < img src = "https://img.shields.io/github/issues/levina-lab/video-stream?color=red&logo=github&logoColor=blue&style=flat-square" / > < / a >
2022-02-17 14:49:53 +00:00
< a href = "https://github.com/levina-lab/video-stream/network/members" > < img src = "https://img.shields.io/github/forks/levina-lab/video-stream?color=red&logo=github&logoColor=blue&style=flat-square" / > < / a >
< a href = "https://github.com/levina-lab/video-stream/network/members" > < img src = "https://img.shields.io/github/stars/levina-lab/video-stream?color=red&logo=github&logoColor=blue&style=flat-square" / > < / a >
2021-09-09 01:18:24 +00:00
< / p >
2022-02-19 00:23:33 +00:00
## Deployment
Read the [Docs ](https://levina.gitbook.io/videostreambot/deployment/requirements ) for Detailed Information and Setup Guide on deploying Bot.
2021-10-28 07:43:51 +00:00
2022-02-19 00:23:33 +00:00
> Click on buttons to Expand!
< details >
< summary > < b > 🔗 Requirements< / b > < / summary >
< br >
2021-09-09 01:18:24 +00:00
2022-02-19 00:23:33 +00:00
- [Python3.9 ](https://www.python.org/downloads/release/python-390/ )
- [Telegram API Key ](https://docs.pyrogram.org/intro/setup#api-keys )
- [Telegram Bot Token ](https://t.me/botfather )
- [MongoDB URL ](https://telegra.ph/How-to-Get-mongodb-url-02-18 )
- [Pyrogram Session String ](https://levina.gitbook.io/videostreambot/deployment/string-session )
< / details >
< details >
< summary > < b > 🔗 Session String< / b > < / summary >
< br >
> You'll need a [API_ID](https://levina.gitbook.io/videostreambot/vars/vars-information#1.-api_id) & [API_HASH](https://levina.gitbook.io/videostreambot/vars/vars-information#2.-api_hash) in order to generate pyrogram session string.
> Always remember to use good API combo else your account could be deleted.
< h4 > Generate Session via Repl.it: < / h4 >
< p > < a href = "https://replit.com/@levinalab/Session-Generator?lite=1&outputonly=1#main.py" > < img src = "https://img.shields.io/badge/Generate%20On%20Repl-blueviolet?style=for-the-badge&logo=appveyor" width = "200" " / > < / a > < / p >
< / details >
< details >
< summary > < b > 🔗 Deploy to Heroku< / b > < / summary >
< br >
> 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.
< h4 > Click the button below to deploy Bot on Heroku!< / h4 >
< p > < a href = "https://heroku.com/deploy" > < img src = "https://img.shields.io/badge/Deploy%20To%20Heroku-blueviolet?style=for-the-badge&logo=heroku" width = "200" " / > < / a > < / p >
< / details >
< details >
< summary > < b > 🔗 Deploy to VPS< / b > < / summary >
< br >
2021-09-09 01:18:24 +00:00
2022-02-19 00:23:33 +00:00
> Checkout the [Docs](https://levina.gitbook.io/videostreambot/deployment/local-hosting-or-vps) for Detailed Explanation on VPS Deployment
```console
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
```console
root@linux~ $ python3 main.py
```
< / details >
## Config Vars
- Checkout all [Available Vars ](https://levina.gitbook.io/videostreambot/vars/available-vars )
- Checkout the [Vars Information ](https://levina.gitbook.io/videostreambot/vars/vars-information )
- Checkout some [Configs ](https://levina.gitbook.io/videostreambot/setup-config/config )
## Contact & Support
2022-02-17 14:49:53 +00:00
< a href = "https://t.me/VeezSupportGroup" > < img src = "https://img.shields.io/badge/Join-Group%20Support-blue.svg?style=for-the-badge&logo=Telegram" > < / a > < br >
< a href = "https://t.me/levinachannel" > < img src = "https://img.shields.io/badge/Join-Updates%20Channel-blue.svg?style=for-the-badge&logo=Telegram" > < / a > < br >
< a href = "https://t.me/dlwrml" > < img src = "https://img.shields.io/badge/Contact-Repo%20Owner-blue.svg?style=for-the-badge&logo=Telegram" > < / a >
2022-02-19 00:23:33 +00:00
## License
Distributed under the [GNU General Public License v3.0 License ](https://github.com/levina-lab/video-stream/blob/main/LICENSE ) See `LICENSE.md` for more information.
## Credits
- [Levina ](https://github.com/levina-lab ) ``Dev``
- [Zxce3 ](https://github.com/Zxce3 ) ``Dev``
- [tofikdn ](https://github.com/tofikdn ) ``Dev``
- [Xtao_dada ](https://github.com/xtaodada ) ``Dev``
- [Laky's ](https://github.com/Laky-64 ) for [``py-tgcalls`` ](https://github.com/pytgcalls/pytgcalls )
- [Dan ](https://github.com/delivrance ) for [``Pyrogram`` ](https://github.com/pyrogram )