An assistant to keep order in the chat room
Find a file
2025-01-11 19:27:59 +05:00
.dockerignore initial commit 2025-01-10 20:20:31 +05:00
.gitignore initial commit 2025-01-10 20:20:31 +05:00
config.py initial commit 2025-01-10 20:20:31 +05:00
docker-compose.yml initial commit 2025-01-10 20:20:31 +05:00
Dockerfile initial commit 2025-01-10 20:20:31 +05:00
example.config.toml initial commit 2025-01-10 20:20:31 +05:00
LICENSE Initial commit 2025-01-10 15:15:05 +00:00
main.py fixed bug 2, changed README.md 2025-01-11 19:21:51 +05:00
README.md README.md has been changed again 2025-01-11 19:27:59 +05:00
requirements.txt initial commit 2025-01-10 20:20:31 +05:00

🤖 Thread Bot - An assistant to keep order in the chat room

Thread Bot is a simple assistant designed to maintain order in your chat room. It automatically deletes non-thread posts from users with a permission level below 50, ensuring that only authorized users can post freely. The bot requires a permission level of 50+ to function.


📋 Commands

  • !thread_bot help - Displays this help message.

🛠️ Functional

  • Automatic Post Deletion: The bot automatically deletes non-trad posts from users with a permission level below 50.
  • Permission Level: The bot requires a permission level of 50+ to operate.

🚀 Getting Started

Prerequisites

  • Docker (optional, if you want to use Docker)
  • Python 3.x

Installation

  1. Clone the Repository

    git clone https://codeberg.org/D3M0N/thread-bot.git
    cd thread-bot
    
  2. Configure the Bot

    Rename the example configuration file and edit it to suit your needs:

    mv example.config.toml config.toml
    

    Open config.toml and fill in the necessary details.

  3. Run the Bot

    You can run the bot using Docker or directly with Python.

    • Using Docker:

      docker compose up -d
      
    • Using Python:

      python main.py
      

Support

If you have any questions about the bot's operation, please contact the administrators.


📜 License

This project is licensed under the GPL v3.0 License - see the LICENSE file for details.


Enjoy using Thread Bot to keep your chat room organized! 🎉