edcrypt / PharoSlackBot

A simple Slack Command bot done using Pharo Smalltalk and Teapot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Slack Command bot done using Pharo Smalltalk and Teapot

License:MIT License


Languages

Language:Smalltalk 94.7%Language:HTML 5.3%