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.
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
To use the English Telebot, follow these steps:
-
Clone the repository:
git clone https://github.com/TonySchneider/english_telebot.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a Telegram bot and get its API token from the BotFather
-
Create a file named
config.py
in the root directory of the project with the following content: Replaceyour_bot_token_here
with the API token you obtained from the BotFather. TOKEN = 'your_bot_token_here' -
Run the bot:
python runner.py
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.
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.
This project is licensed under the MIT License. See the LICENSE file for more information.