Skip to content

Telegram bot that translates english words you send to it

Notifications You must be signed in to change notification settings

reatexpk/english-vocabulary-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Vocabulary Bot

English Vocabulary Bot is a telegram bot that translates english words you send to it. Under the hood it uses aiogram library and Free Dictionary API.

Link to the bot: https://t.me/EngVocabulary_Bot

Prerequisites

Before running the English Vocabulary Bot, ensure you have the following installed:

  • Python 3.12: You can download and install Python from the official website or use a package manager like Homebrew (brew install python on macOS).

  • Pipenv: Pipenv is used for managing project dependencies. You can install it using pip, Python's package installer:

    pip install pipenv
    

Installation

  1. Use pipenv to install dependencies:

    pipenv run install
    
  2. Set up your Telegram bot token:

    • Create a .env file in the project directory.
    • Add the following line to the .env file, replacing <YOUR_TELEGRAM_BOT_TOKEN> with your actual bot token:
      TELEGRAM_BOT_TOKEN=<YOUR_TELEGRAM_BOT_TOKEN>

Usage

To run the English Vocabulary Bot, execute the following command within the project directory:

pipenv run start

About

Telegram bot that translates english words you send to it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages