Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.14 KB

README.md

File metadata and controls

49 lines (31 loc) · 2.14 KB

English Telebot

English Telebot is a Telegram bot created by Tony Schneider that provides English language practice exercises for learners. The bot offers various types of exercises, including multiple choice, fill-in-the-blank, and true/false questions.

One of the main features of English Telebot is its ability to provide immediate feedback on users' answers, allowing for quick and effective learning. The bot also has a database of questions and answers that can be easily updated and personalized progress tracking for each user.

English Telebot is written in Python and uses the Telegram Bot API to interact with users. The instructions for installation and usage are provided in the repository, along with the requirements for running the bot.

Features

The English Telebot provides the following features:

  • Interactive exercises with immediate feedback
  • A variety of exercise types, including multiple choice, fill-in-the-blank, and true/false
  • A database of questions and answers that can be easily updated
  • Personalized progress tracking for each user
  • An option to generate random exercises

Installation

To use the English Telebot, follow these steps:

  1. Clone the repository: git clone https://github.com/TonySchneider/english_telebot.git

  2. Install the required dependencies: pip install -r requirements.txt

  3. Create a Telegram bot and get its API token from the BotFather

  4. Create a file named config.py in the root directory of the project with the following content: Replace your_bot_token_here with the API token you obtained from the BotFather. TOKEN = 'your_bot_token_here'

  5. Run the bot: python runner.py

Usage

To start using the English Telebot, simply search for it on Telegram and start a conversation. The bot will guide you through the available exercises and provide feedback on your answers.

Contributing

Contributions are welcome! If you have an idea for a new feature, or if you find a bug and want to fix it, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.