Skip to content

zaitsev-av/spell_check_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell Bot - Telegram Bot for Spelling and Punctuation Checking

A Telegram bot written in Go that uses DeepSeek API to check spelling and punctuation in Russian texts.

Features

  • ✅ Spelling error detection
  • ✅ Punctuation checking (commas, periods, etc.)
  • ✅ Detailed explanations for corrections
  • ✅ Modern Go architecture with best practices
  • ✅ Structured logging
  • ✅ Graceful shutdown
  • ✅ Environment-based configuration

Prerequisites

Usage

Running the bot

  # Build and run
make build
./bin/spell_bot

  # Or run directly
make run

  # Run in development mode
make build-dev
./bin/spell_bot

Bot Commands

  • /start - Show welcome message
  • /help - Show help information
  • Send any text - Check spelling and punctuation

About

A Telegram bot written in Go that uses DeepSeek API to check spelling and punctuation in Russian texts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors