Skip to content

Latest commit

 

History

History
45 lines (45 loc) · 2.34 KB

README.md

File metadata and controls

45 lines (45 loc) · 2.34 KB

Mozhi (മൊഴി) is an English to Malayalam language translation telegrm bot.

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. മൊഴി ഒരു ഇംഗ്ലീഷ് - മലയാളം മൊഴിമാറ്റ ടെലെഗ്രാം ബോട്ട് ആണ്. ഇൻലൈൻ ആയിട്ടാണ് ഇത് പ്രവർത്തിക്കുന്നത്.എല്ലാ ചാറ്റുകളിലും അല്ലെങ്കിൽ വ്യക്തിപരം ആയും ഇതിനെ ഉപയോഗിക്കാവുന്നതാണ്.

Requirements:


Deploy -VPS:

  • 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

Deploy - Heroku: