Skip to content

Releases: GitPolyakoff/chatbot-truckersmp

TMP Chat Bot v1.1.0

14 Dec 12:32

Choose a tag to compare

A lightweight console chatbot for TruckersMP with AI-powered chat.

✨ What's new in v1.1.0

  • Application is now fully self-contained
  • API key and configuration are entered directly inside the app
  • No need to edit or create extra config files manually
  • Advanced banned words filtering added (multi-language, obfuscation-safe)
  • Prevents AI from responding to or outputting prohibited content

🔧 Features

  • Shows TruckersMP server information
  • Displays player count and events
  • Supports AI chat powered by GPT (Groq API)
  • Strong profanity and abuse filtering
  • Safe for public chats and streams

📦 How to use

  1. Download the following files:

    • tmp-bot.exe
    • banned_words.txt
  2. Place both files in the same folder
    (recommended: Desktop)

  3. Run tmp-bot.exe

  4. On first launch, the app will ask for:

  5. The app will save this configuration automatically
    On next launches, no input is required


🛡 Content Filtering

  • Detects full words and word fragments
  • Ignores symbols, spaces, numbers, and obfuscation
    (f@ck, n1gga, sh!t, etc.)
  • Works in multiple languages
  • Ensures the bot never outputs prohibited words

🖼 Screenshots

image image

⚠ Notes

  • banned_words.txt must remain accessible at the saved path
  • If the file is missing, filtering will be disabled until restored

TMP Chat Bot v1.0.0

15 Sep 13:08
4c3e072

Choose a tag to compare

Chat bot for TruckersMP.

Shows weather, server info, player count, events, and supports AI chat with GPT.

Full Changelog: https://github.com/GitPolyakoff/chatbot-truckersmp/commits/v1.0.0