Skip to content

This tool is intended to ban spambots or other accounts from the Twitch chat that have bad intentions. The usernames can be loaded via txt file into the tool and be provided with a ban reason. The tool does not allow usage in a channel that you not moderate.

License

Notifications You must be signed in to change notification settings

SFFan123/MassBanTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MassBanTool

Build_MP License: MIT

this is a side project.

Code is probably ugly, but it's 'working' so.

Important Notice

The .NET Framework Version is now removed.

Safety Measures

  • Readfile has a list of allowed commands, only commands that in that list will be executed by the tool, so if someone sneaks in a /mod <user>.

Build it yourself

  1. Get Visual Studio 2019/2022 (Community) -> https://visualstudio.microsoft.com/de/free-developer-offers/
  2. Install Workflow Desktop C#
    • Additional Features SDK for .dotnet 6
  3. Start Visual Studio
  4. Clone the Git in Visual studio
  5. Open the solution file *.sln
  6. Choose your target build (Debug or Release)
    • Release is designed to run alone, outside VS.
    • Debug is build to allow diagnostics tools of VS or other debugger to hook into the app to diagnose bugs.
  7. Right-click on the the MassBanTool Project and choose Build.
    • this step might need to be done multiple times because vs is fetching the nugets in the background.

You know have an exe in the specified output dir, the console of VS tells you where it is.


Special thanks

Sileniful

About

This tool is intended to ban spambots or other accounts from the Twitch chat that have bad intentions. The usernames can be loaded via txt file into the tool and be provided with a ban reason. The tool does not allow usage in a channel that you not moderate.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages