Code Monkey home page Code Monkey logo

spamkiller's Introduction

SpamKiller

SpamKiller is a robust tool designed to safeguard your TeamTalk server against spam activities.

Downloads

SpamKiller Installation Guide

Windows

  1. Unzip the SpamKiller archive and run SpamKiller.exe.
  2. Upon the first run, SpamKiller will prompt you to configure your preferences.

Linux

  • Unzip the SpamKiller archive and navigate to the directory using the terminal:
cd SpamKiller
  • Grant the necessary execution permissions:
chmod +x SpamKiller
  • Execute the program:
./SpamKiller
  • If it's your first time using SpamKiller, you'll be guided to set up your preferences.

Running SpamKiller as a System Service

  • Navigate to the systemctl folder within the bot directory:
cd systemctl
  • Edit the spamkiller.service file and update the WorkingDirectory and ExecStart paths:
    • Set WorkingDirectory to the directory containing the bot.
    • Set ExecStart to point to the executable file.
  • Move the spamkiller.service file from the bot's directory to /etc/systemd/system:
mv spamkiller.service /etc/systemd/system
  • Enable automatic bot startup on system boot and start it:
systemctl enable spamkiller
systemctl start spamkiller

What's New

Version 1.1.2

  • Save nickname/status after changes.
  • Fixed issue with changing nickname/status on Ubuntu version.
  • Addressed bug where adding an empty line to badwords.txt would result in unintended kicks.
  • Various other minor bug fixes.

Version 1.1

  • Added automatic login after running SpamKiller to enable adding it to systemctl.
  • Ubuntu support
  • Removed the black list as the new badwords blocking feature is more accurate.
  • Introduced the "s" command to modify bot settings via the command prompt, with plans for more options in the future.
  • Added flexibility to include IP addresses in the exception list; "stats" IP address is included by default.
  • Implemented the ability to add/remove public accounts, protecting the server from public accounts listed in the config.ini file and performing tasks like VPN status checks.
  • Introduced badwords feature.
  • Enabled changing the bot's name/status.

spamkiller's People

Contributors

muamalaljanahi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.