Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 212 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 212 Bytes

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