Skip to content

Open-Code-Developers/KeplerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

What is KeplerBot?

KeplerBot is an opensource Twitch bot that can run on a vps and even your own computer. It is written in Java, using PircBotX as the backbone. This provides for an application that can be used on most operating systems.

We are doing our best to make this application easy enough for anyone. This is why we provide a simplistic GUI with a few, non-confusing buttons.

We don't offer a command line version of our bot at this moment but this could change if requested.

Why KeplerBot?

We started this project because we saw that all other bots on the internet were confusing and hard to use. We wanted/needed a bot that was easy to use and fully customisable by the streamers in our community.

The commands

Public commands

!help

  • !help Displays all commands that the sender can do.
  • !help [Command] Displays the syntax of that command.

!about

  • !about Provides a link to this page.

!time

  • !time Displays the time in the bot's timezone.
  • !time [timezone] Displays the time in that timezone. Timezones can be found here.

Mod-Only commands

!mute

  • !mute errors Mutes all errors relating to commands (e.g., Argument is not valid, Command not found).
  • !mute warnings Mutes all warnings relating to the filter (e.g., Don't post links, Please don't shout).
  • !mute all Mutes all output. Errors, Warnings, Messages. This includes news and other automatic messages.

!unmute

  • !unmute errors Unmutes all errors.
  • !unmute warnings Unmutes all warnings.
  • !unmute all Unmutes all messages.

!set

  • !set [command] [message] Creates a new command that displays a message when the command is triggered.

!setmod

  • !setmod [command] [message] Creates a new command that displays a message when the command is triggered by a moderator or the streamer.

!unset

  • !unset [command] Removes the given command. You can only remove user-created commands.

!counter

  • !counter set [command] Creates a new counter.
    • !command Displays the count from the counter.
    • !command + n Adds n to the count.
    • !command - n Extracts n from the count.
    • !command = n Sets the count to n.
  • !counter unset [command] Removes that counter.

!filter

  • !filter [caps|color|links|censor] [on|off] Turn that filter on/off.

!calculate

  • !calculate [formula] Displays the result of the formula.

MORE COMING SOON

Credits

  • Crazyputje
  • Logomaster256
  • Spacerules

License

KeplerBot by KeplerGaming is licensed under a Attribution-NonCommercial-ShareAlike 3.0 Unported. Based on a work at https://code.google.com/p/pircbotx

About

A bot for keplergaming streamers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages