This bot can stream audio or video files and urls in telegram voice chats :)
๐ฏ Follow me and star this repo for more telegram bots.
_If you like to add your country radio stations, Please open pull request here_
_Note: How to use? You need to add String session own's user to your group. Ok now you added userbot to your group. Then do !help
. Now you can get help menu. Read it and Do what you want by reffering help menu. For help @harp_chat_
API_ID
and API_HASH
SESSION
?*We do not collect or share any of your personal information. You can revoke any of then using telegram settings. And also remember to keep your string session in a safe place and don't give it to anyone
TOKEN
: Bot TokenCHAT_ID
: Chat ID where bot should workADMINS
: Add ur TG ID, Seperate by spacesFor Linux (Ubuntu)
sudo apt-get update && sudo apt-get install wget git -y
wget https://get.docker.com -O get-docker.sh
sudo bash get-docker.sh
rm get-docker.sh
git clone https://github.com/AnjanaMadu/VoiceChatStreamer bot
cd bot
sudo docker build . -t vcstreamer
sudo docker run vcstreamer
For Linux (Ubuntu)
sudo apt-get update && sudo apt-get install wget git -y
sudo apt install python3-pip
git clone https://github.com/AnjanaMadu/VoiceChatStreamer bot
cd bot
pip3 install -U pip && pip3 install -r requirements.txt
screen -S VoiceChatStreamer
python3 -m bot
VoiceChatStreamer, An Telegram Bot Project
Copyright (c) 2021 Anjana Madu <https://github.com/AnjanaMadu>
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/>