Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Botvy/BotvyNX

Repository files navigation

Botvy

About the project

Botvy is a chatbot for various live streaming platforms.

Botvy should be fully customizable for the broadcasters, so it doesn't come with predefined plugins.

The base only includes the following things:

  • base view for the chat (list of chat messages, viewer list, and an input for sending chat messages)
  • settings page (for opening the Chrome developer tools)

Used technologies

  • NX (for managing the monorepository)
  • Electron (for the client)
  • TypeScript (for the type safety)
  • React (as view layer)
  • Redux (for the state management)