An open API service indexing awesome lists of open source software.

https://github.com/kazedevid/bot-telegram

Bot Musik Telegram
https://github.com/kazedevid/bot-telegram

Last synced: about 1 year ago
JSON representation

Bot Musik Telegram

Awesome Lists containing this project

README

          




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



CodeFactor
Codacy








## Deployment

> Click on buttons to Expand!

🔗 Requirements

- [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)
- [Telegram Bot Session String](https://t.me/SessionGeneratorBot)

🔗 Session String

[NothingStringGenBot](https://t.me/NothingStringGenBot)

🔗 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.

Click the button below to deploy Bot on Heroku!


🔗 Deploy to VPS

> Command

```console
root@linux~ $ git clone https://github.com/PunyaChael/Bot-Telegram
root@linux~ $ cd Bot-Telegram
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
```

## Contact & Support



## Thanks To

- [Nothing](https://github.com/PunyaChael) ``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)