This bot will help you to check basic mistakes in english essay from English Unified state examination:
- /countwords - calculate words quantity (takes first 275 symbols if the text is longer than 275 symbols)
- /countmistakes - counts all mistakes in the essay
- /checkwords - checks all words for typos and etc.
- /checkcomma - checks all basic comma rules
- /checkshortcuts - checks is there is any shortcuts used
- /findmistakes - firstly counting words, after finds all mistakes
- run cmd
- download repository
git clone https://github.com/Smarandii/essay_bot
Pro-tip: To change drive in Windows use (D: - change drive to drive D | C: - change drive to drive C)
- change working directory to repository directory
cd essay_bot
- run
python -m venv env
with cmd in repository directory - run virtual environment "env" (
.\env\Scripts\activate
for Windows) - run
pip install -r requirements.txt
- get telegram bot token
- add token in
bot.py
intoken
variable - run
python bot.py
- go to your bot in telegram and start using (BotFather gave you link to your bot)!