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/mozhicd mozhi- Create a
config.pywith the Mandatory variables. - Run the below commands in the same terminal ( Stage: 2 )
virtualenv -p python3 venv. ./venv/bin/activatepip3 install -r requirements.txtpython3 bot.py