No description
Find a file
2026-02-25 23:23:45 +11:00
images added image and CONTRIBUTING 2026-02-19 16:11:53 +11:00
.gitignore updated C# code structure 2026-02-25 20:12:17 +11:00
Code.cs added total completed count tracking 2026-02-25 23:23:45 +11:00
CONTRIBUTING.md added image and CONTRIBUTING 2026-02-19 16:11:53 +11:00
LICENSE added license 2026-02-22 12:25:20 +11:00
README.md added image and CONTRIBUTING 2026-02-19 16:11:53 +11:00
RythonTaskBot.sb Bug fixes, focused and completed command 2026-02-25 00:56:54 +11:00

Rython Task Bot v2

C# Streamer.Bot Twitch YouTube

Task Bot for Co-working streamers on Twitch & YouTube.

Why this Task Bot?

  • Browser Source is optional
    • You only need Streamer.Bot running to have it working with Twitch chat
  • Compatible with Twitch and YouTube; possibly extending to Kick and Trovo
  • Task data is accessible via Streamer.Bot global variable
  • Commands' permissions are easily configurable:
    • Mod (and Streamer) only
    • VIP and above
    • Subscribers and above
    • etc.
  • Easy customizable with other Streamer.Bot actions

Widget (Optional)

Widget

Setup Instructions

  1. Install and setup Streamer.Bot

  2. Open Streamer.Bot and click on Import

    Import Button

  3. Import the string from RythonTaskBot.sb

    • Copy paste the string into the Import box

      OR

    • Drag the file into the Import box

    Imported

  4. Click on the Import button

  5. You may need to go to the Commands tab and enable the commands.

Usage

(Work in progress)

Commands

  • !add [task] : add the task to your list
  • !focus (number / task) : focus on ONE task
  • !edit (number) [task] : edit the task at the specified index
  • !done (number / task) : mark task as done
  • !undone (number / task) : mark task as incomplete
  • !remove (number / task) : remove task from list
  • !unfocus : unfocuses on your focused task
  • !clearmydone : Clears all your completed tasks

Moderators only

  • !clearall - Clear all tasks
  • !cleardone - Clear all completed tasks
  • !adel @user - Remove all tasks from a user

Credits