Trotbot, Chat Bot API

Free Trotbot, Chat Bot API 1.3.72.35

Trotbot console app and library

New : After some consideration, I've included a link to the GitHub repository just in case any updates or new API standards get implemented that are easy to fix.


Summary
Alone, this is a program that connects to Twitch chat rooms with the required user credentials just as any other IRC client would. It also allows for chatting through the console from the bot. Though, seeing as that would not be efficient, there are hooks in the program that allow for building plugins to automate tasks.

Details
It takes some knowledge of the programming language C# upon which this bot is build off of. It also requires a basic understanding of the IRC protocol for use of commands such as how to send messages down the pipeline. IRC information in detail can be found here: http://www.faqs.org/rfcs/rfc2812.html. This chat bot is built using .NET Core meaning it is compatible with Linux distros (not tested, just conjecture).

What this is:
  • C# Twitch chat IRC plugin loader
  • Library for writing plugins
  • Console window which outputs raw IRC data
  • Raw Twitch chat output
What this isn't (out of the box):
  • Natively this isn't a Twitch chat client
  • Plain chat reader
  • Contains no default plugins

t-chat.png

This is a bot running two not-included plugins and the effect

There is a Github wiki page available that explains a little about the 1.2 update and what's changed.
Author
700hours
Downloads
8,912
Views
11,662
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from 700hours

  • ChatFaceZ
    Free ChatFaceZ
    This was in efforts to make a chat viewer look similar to a forum post with custom avatars / format.
  • Chat-tacular
    Free Chat-tacular
    Stylized Twitch chat viewer, custom effects, and simplified source of chat capture
  • Tron Bonne
    Free Tron Bonne
    Graphical overlay API based in Monogame for drawing custom stream effects.
  • Microphone Visual Software
    Free Microphone Visual Software
    Digital EQ and live graphic of audio input with monitor, simple device routing, and recording
  • Audio Wave
    Free Audio Wave
    Program with basic playlist functions that outputs a live wave form.

Latest updates

  1. GitHub Repository

    Just in case there's necessary updates for your program. Or if you'd like to work the API in a...
  2. Updater bugfixes, Small API addition, Help command qol

    This update requires downloading the program manually. There have been updates to .NET that made...
  3. Linux port, minor QoL, and startup automation

    Hey there, Today this release covers a few things. The Linux port required moving from...
Top