pleasantbot

command module
v0.0.0-...-6b3fda4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

PleasantBot

PleasantBot is planned to be a full-stack application to help streamers moderate their twitch streams with a helpful bot. It should have the features that many streamers expect, such as:

  • Commands
  • Quotes
  • Ban / purge users for using bad language
  • Misc. moderation for links, long messages etc.

A points system will be considered if deemed needed, though it is not a priority due to Twitch's own points system.

Running

To run the bot as of now, run the following command in the /src directory: go build && ./pleasantbot

Goals

  • Respect the OS's default settings for config locations using golang's os module.
  • Maintain a small database of user added commands, bannable words and more with SQLite.
  • Create API middle-man between backend and front-end UI
  • Add support for SSL/TLS (at the least by making sure it works behind Nginx)
  • Make it work in Docker

HappyBot

If you're curious, I worked on another bot on the exact same stack, but I was pretty new to programming and was not far in my formal studies. It's kind of trash, but it did work (except I never finished the GUI D:) https://gitlab.com/murnux/HappyBot

Documentation

Overview

Copyright © 2022 Liam Murphy <liam@phmurphy.com>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL