Voicebot
A simple Telegram bot to convert lengthy voice clips to text and vice versa with supporting languages.
Mandatory Variables
API_HASH - Your API Hash from my.telegram.org
APP_ID - Your APP ID from my.telegram.org
BOT_TOKEN - Your bot token from @BotFather
Deploy
Deploy in VPS:- Open a Linux Terminal and Run the below commands ( Stage: 1 )
git clone https://github.com/m4mallu/voicebotcd voicebot- Create a
config.pywith the Mandatory variables (Refer sample_config.py) and save it in the bot directory. - Run the below commands in the same terminal ( Stage: 2 )
virtualenv -p python3 venv. ./venv/bin/activatepip3 install -r requirements.txtpython3 bot.py


