Skip to content

A simple Slack Command bot done using Pharo Smalltalk and Teapot

License

Notifications You must be signed in to change notification settings

edcrypt/PharoSlackBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published