https://github.com/bmann/superscript-heroku
Easy one click deploy to Heroku of the superscript chat bot
https://github.com/bmann/superscript-heroku
bot heroku slack superscript superscript-chat-bot
Last synced: 11 months ago
JSON representation
Easy one click deploy to Heroku of the superscript chat bot
- Host: GitHub
- URL: https://github.com/bmann/superscript-heroku
- Owner: bmann
- Created: 2017-01-15T17:49:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T18:19:19.000Z (over 8 years ago)
- Last Synced: 2025-04-30T19:49:16.958Z (11 months ago)
- Topics: bot, heroku, slack, superscript, superscript-chat-bot
- Language: JavaScript
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperScript Chat bot
SuperScript is a "dialogue engine for creating chat bots". Find out more in the [superscriptjs/superscript](https://github.com/superscriptjs/superscript) repo, or visit the [superscriptjs.com](http://superscriptjs.com/) website.
## Express Client on Heroku
This repo takes the output of init'ing a basic bot running the express client and configures it to easily run on Heroku.
[](https://heroku.com/deploy)
## Slack Client on Heroku
The slack-client branch creates a superscript powered bot that sits in your Slack. You'll need to create a bot and give it a name in the [Slack apps directory](http://my.slack.com/apps/A0F7YS25R-bots) in order to get a token that lets your bot connect to your Slack.
[](https://heroku.com/deploy?template=https://github.com/bmann/superscript-heroku/tree/slack-client)
Creating the bot in the Slack directory means you'll see the bot appear in your Slack as offline. When your server from above is running correctly, the status of the bot will go green, and you can say "Hi" to it and it will respond.