OlamTelegramBot
This bot is an English-Malayalam dictionary. This bot is built from Olam open-source data. Olam is an online website for English-Malayalam dictionaries.
1. Clone the project repository
//With GitHub CLI
$ gh repo clone AbhijithNT/OlamTelegramBot
//With SSH
$ git clone git@github.com:AbhijithNT/OlamTelegramBot.git
//With HTTPS
$ git clone https://github.com/AbhijithNT/OlamTelegramBot.git
2. change directory
cd OlamTelegramBot
3. Install requirements
$ pip3 install -r requirements.txt
Config / Secrets environment variables
Copy .env_sample to .env and add your private information
API_ID =
API_HASH =
BOT_TOKEN =
Go and get the bot token @BotFather
click the link to get your app id & api_hash my.telegram.org
Run your Bot
python3 -m bot
Deploy
Credits, and Thanks to
- Olam English-Malayalam dictionary dataset
- Dan Tès for hisPyrogram Library