PharoSlackBot

Description

A simple Slack Command bot done using Pharo Smalltalk and Teapot

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
1
Created
Jan. 7, 2018
Updated
July 30, 2019
Topics
amalltalk bot pharo slack slack-bot teapot

Categories

Web System / OS

README excerpt

# PharoSlackBot
A simple Slack Command bot done using Pharo Smalltalk and Teapot

Test with:

```
| todo server |
todo := TODOCommand newWithURL: '/todo'.
server := BotServer startOn: 8080 with: todo.
server
```
← Back to results