Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Botvy/BotvyNX

Botvy - Your personal chatbot
https://github.com/Botvy/BotvyNX

chatbot electron react redux

Last synced: 14 days ago
JSON representation

Botvy - Your personal chatbot

Awesome Lists containing this project

README

        

# 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](https://nx.dev) (for managing the monorepository)
- [Electron](https://www.electronjs.org/) (for the client)
- [TypeScript](https://www.typescriptlang.org/) (for the type safety)
- [React](https://reactjs.org/) (as view layer)
- [Redux](https://redux.js.org/) (for the state management)