This project is a Telegram bot designed to help Russian-speaking users learn Hebrew. The bot provides various features for learning new words, reviewing learned ones, participating in competitions, and managing the database.
Python 3.8 or higher Virtual environment (recommended) Installation
git clone https://github.com/Sa6e4ka/Hebrew.git
cd Hebrew
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
TOKEN=<your_bot_token>
DATABASE_URL=<your_database_url>
sudo apt-get update
sudo apt-get install pkg-config libmysqlclient-dev
python main.py