https://github.com/jhta/navi-bot
Navi: Slackbot created with Botkit.ai NodeJS Framework and DatoCMS
https://github.com/jhta/navi-bot
Last synced: 4 days ago
JSON representation
Navi: Slackbot created with Botkit.ai NodeJS Framework and DatoCMS
- Host: GitHub
- URL: https://github.com/jhta/navi-bot
- Owner: jhta
- Created: 2019-10-13T20:09:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:16:39.000Z (over 3 years ago)
- Last Synced: 2025-01-05T12:27:55.762Z (over 1 year ago)
- Language: JavaScript
- Size: 540 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Navi Slackbot
Slackbot created with Botkit.ai NodeJS Framework and DatoCMS
### Start server:
`npm start`
### Requirements:
In order to run this server you need first to:
* Create the slack application: https://api.slack.com/
* Set slack permisions and event suscriptions.
* You will need domain. You can use ngrok to test it locally.
* Create a DatoCMS project (it's free!) get the API token.
### How it works?

To complete the configuration of this bot, make sure to update the included `.env` file with your platform tokens and credentials. Check `.env.example` file.
[Botkit Docs](https://botkit.ai/docs/v4)
This bot is powered by [a folder full of modules](https://botkit.ai/docs/v4/core.html#organize-your-bot-code).
Edit the samples, and add your own in the [features/](features/) folder.