https://github.com/geut/geut-bots
The place for GEUT bots :robot:
https://github.com/geut/geut-bots
bots library
Last synced: 4 days ago
JSON representation
The place for GEUT bots :robot:
- Host: GitHub
- URL: https://github.com/geut/geut-bots
- Owner: geut
- License: isc
- Created: 2017-05-14T21:17:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T20:07:44.000Z (almost 9 years ago)
- Last Synced: 2025-09-26T08:47:39.909Z (9 months ago)
- Topics: bots, library
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geut-bots
The place for GEUT bots :robot:
___
[](https://travis-ci.org/geut/geut-bots)
## Organization
This is a monorepo for the Chassis project. The Chassis project involves not only a library but also, services and plugins. Here you can find the modules maintaned by GEUT.
## Library
[Chassis](/packages/chassis) is a library for creating bots. There are different kind of bots and we hope Chassis could help you create your own bot easily.
## Services
In real world there are many different (communication) services where Chassis can be used. These services provides Chassis a way to connect your bot with the world. Below you can find a list of services:
- [Slack _simple_ service](/packages/slack-service)
## Plugins
Chassis can be extended using a plugins system. Every bot has lifecycle hooks which can be used to modularize and split logic into reusable units.
- Coming :soon: