MeowBot is a Telegram bot that responds to "meow", tracks statistics, and provides information about user interactions.
- Responds to messages containing "meow", "мур", or "мяу".
- Tracks how many times a user has sent messages to the bot or other users.
- Uses Redis for data storage.
- Docker and Docker Compose
-
Clone the repository:
git clone https://github.com/rainofdestiny/meowbot.git cd meowbot
-
Create a .env file and add the following variables:
TELEGRAM_TOKEN=your_telegram_bot_token REDIS_ADDR=redis:6379
-
Start the project using Docker Compose:
docker-compose up --build
The bot will automatically connect to Telegram and start working.