An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat.
API_ID
: User Account Telegram API_ID, get it from my.telegram.orgAPI_HASH
: User Account Telegram API_HASH, get it from my.telegram.orgBOT_TOKEN
: Your Telegram Bot Token, get it from @Botfather XDBOT_USERNAME
: Your Telegram Bot Username, get it from @Botfather XDSESSION_STRING
: Pyrogram Session String of User Account, get it from @genStr robot orCHAT_ID
: ID of Channel/Group where the bot will works or stream videos.AUTH_USERS
: ID of Users who can use Admins commands (for multiple users seperated by space).REPLY_MESSAGE
: A reply to those who message the USER account in PM. Leave it blank if you do not need this feature.
- Python 3.6 or higher.
- Telegram API key & a Telegram Account (Needs To Be An Admin In The Channel or Group).
- Latest FFmpeg Python
- Pyrogram String Session of the account.
- Must Start An Voice Chat In Channel/Group Before Running The Bot.
$ git clone https://github.com/AsmSafone/VideoPlayerBot.git
$ cd VideoPlayerBot
$ sudo apt-get install python3-pip ffmpeg
$ pip3 install -U pip
$ pip3 install -U -r requirements.txt
# <create .env variables appropriately>
$ python3 main.py
VideoPlayerBot, Telegram Video Chat Bot
Copyright (c) 2021 Asm Safone <https://github.com/AsmSafone>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>