Skip to content

rainofdestiny/meowbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeowBot

MeowBot is a Telegram bot that responds to "meow", tracks statistics, and provides information about user interactions.

Key Features

  • 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.

Installation

Requirements

  • Docker and Docker Compose

Installation Steps

  1. Clone the repository:

    git clone https://github.com/rainofdestiny/meowbot.git
    cd meowbot
  2. Create a .env file and add the following variables:

    TELEGRAM_TOKEN=your_telegram_bot_token
    REDIS_ADDR=redis:6379
  3. Start the project using Docker Compose:

    docker-compose up --build

The bot will automatically connect to Telegram and start working.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published