- An Telegram Bot to Play Radio/Music in Channel or Group Voice Chats.
- A Telegram Bot to Play Audio in Voice Chats With Youtube and Deezer support.
- Supports Live streaming from YouTube.
Click the below button to watch the video tutorial on deploying
- Make sure you have started a VoiceChat in your Group before deploying.
git clone https://github.com/callmevp/Miss-Visa-Music
cd Miss-Visa-Music
pip3 install -r requirements.txt
# <Create Variables appropriately>
python3 main.py
API_ID
: Get From my.telegram.orgAPI_HASH
: Get from my.telegram.orgBOT_TOKEN
: @BotfatherSESSION_STRING
: Generate From hereCHAT
: ID of Channel/Group where the bot plays Music.LOG_GROUP
: Group to send Playlist, if CHAT is a GroupADMINS
: ID of users who can use admin commands.ARQ_API
: Get it for free from @ARQRobot, This is required for /dplay to work.STREAM_URL
: Stream URL of radio station or a youtube live video to stream when the bot starts or with /radio command.MAXIMUM_DURATION
: Maximum duration of song to play.(Optional)REPLY_MESSAGE
: A reply to those who message the USER account in PM. Leave it blank if you do not need this feature.ADMIN_ONLY
: PassY
If you want to make /play and /dplay commands only for admins ofCHAT
. By default /play and /dplay is available for all.
- Enable the worker after deploy the project to Heroku
- Bot will starts radio automatically in given
CHAT
with givenSTREAM_URL
after deploy.(24*7 Music even if heroku restarts, radio stream restarts automatically.) - To play a song use /play as a reply to audio file or a youtube link.
- Use /play to play song from youtube and /dplay to play from Deezer.
- Use /help to know about other commands.
Features
- Playlist, queue
- Supports Live streaming from youtube
- Supports both deezer and youtube to search songs.
- Play from telegram file supported.
- Starts Radio after if no songs in playlist.
- Automatically downloads audio for the first two tracks in the playlist to ensure smooth playing
- Automatic restart even if heroku restarts.
Join Now Telegram VisaMusic
- Python 3.6 or higher.
- A Telegram API key and a Telegram account.
- FFmpeg Python
- Telegram String Session of the account.
- Userbot Needs To Be Admin In The Channel or Group.
- Must Start A Voice Chat In Channel/Group Before Running The Bot.
VisaMusic, Telegram Voice Chat Userbot
Copyright (C) 2021
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/>
- Zaute Km [Dev]
- Dash Eclipse [For tgvc_userbot]
- Marshal X [For pytgcalls]