Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Botvy/BotvyNX
- Owner: Botvy
- Archived: true
- Created: 2020-04-10T14:30:39.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-08T08:30:33.000Z (over 4 years ago)
- Last Synced: 2024-08-01T19:53:32.823Z (3 months ago)
- Topics: chatbot, electron, react, redux
- Language: TypeScript
- Homepage: https://github.com/Botvy
- Size: 436 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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)