Skip to content

Smarandii/essay_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage:

  1. image
  2. image
  3. image
  4. image

Run this bot localy on Windows:

  1. run cmd
  2. 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)

  1. change working directory to repository directory cd essay_bot
  2. run python -m venv env with cmd in repository directory
  3. run virtual environment "env" (.\env\Scripts\activate for Windows)
  4. run pip install -r requirements.txt
  5. get telegram bot token
  6. add token in bot.py in token variable
  7. run python bot.py
  8. go to your bot in telegram and start using (BotFather gave you link to your bot)!

Releases

No releases published

Packages

No packages published