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

https://github.com/mintlify/mintie-bot


https://github.com/mintlify/mintie-bot

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## General Implementation Notes

- Simple handler/operator pattern
- Base listeners for app_mention and message events are in index.ts
- Events are handled by the handler's which call the operator's approriate methods
- Operators are responsible for the business logic of the app
- Utils contain basic utility functions like converting from to slack markdown format
- Internal debugging and console logging is done using the logging.ts file

- use the `/slack/events` with `tmole` port forwarding to localhost:3000

- `npx eslint .` to run eslint

Todo:

- Allow custom suggested prompts to the assistant