Mozhi converts English words to Malayalam using Google Translation Library. It is a simple bot that can be used in any chat or by privately. മൊഴി ഒരു ഇംഗ്ലീഷ് - മലയാളം മൊഴിമാറ്റ ടെലെഗ്രാം ബോട്ട് ആണ്. ഇൻലൈൻ ആയിട്ടാണ് ഇത് പ്രവർത്തിക്കുന്നത്.എല്ലാ ചാറ്റുകളിലും അല്ലെങ്കിൽ വ്യക്തിപരം ആയും ഇതിനെ ഉപയോഗിക്കാവുന്നതാണ്.
The Bot need to be in inline modeAPI_HASH
- Your API Hash from my.telegram.orgAPP_ID
- Your APP ID from my.telegram.orgBOT_TOKEN
- Your bot token from @BotFather
- Open a Linux Terminal and Run the below commands ( Stage: 1 )
git clone https://github.com/m4mallu/mozhi
cd mozhi
- Create a
config.py
with the Mandatory variables. - Run the below commands in the same terminal ( Stage: 2 )
virtualenv -p python3 venv
. ./venv/bin/activate
pip3 install -r requirements.txt
python3 bot.py