Releases: GitPolyakoff/chatbot-truckersmp
Releases · GitPolyakoff/chatbot-truckersmp
TMP Chat Bot v1.1.0
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
-
Download the following files:
tmp-bot.exebanned_words.txt
-
Place both files in the same folder
(recommended: Desktop) -
Run
tmp-bot.exe -
On first launch, the app will ask for:
- Groq API key
(Create one at https://console.groq.com/keys) - Path to
banned_words.txt
Example:C:\Users\YourName\Desktop\banned_words.txt
- Groq API key
-
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
⚠ Notes
banned_words.txtmust remain accessible at the saved path- If the file is missing, filtering will be disabled until restored
TMP Chat Bot v1.0.0
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