An Telegram Bot To Merge multiple MP3s in Telegram into single Audio.
Whats NEW!!:
- Preserve all Metadata of MP3 including Cover art shown on Uploaded MP3 on Telegram.
- Supports upto 50 files.
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 XDOWNER
: Enter bot owner's IDOWNER_USERNAME
: User name of bot ownerDATABASE_URL
: Enter your mongodb URIPASSWORD
: Enter password to login bot
start - Start The Bot
help - How to use Bot
login - Access bot
broadcast - (admin) Broadcast message to bot users
stats - check bots stats
about - Information about bot
$ git clone https://github.com/yashoswalyo/MERGE-BOT.git
$ cd MERGE-BOT
$ sudo apt-get install python3-pip ffmpeg
$ pip3 install -U pip
$ pip3 install -U -r requirements.txt
# <fill config.py correctly>
$ python3 bot.py
MP3 Merge Bot, Telegram MP3 Merge Bot
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/>