snekin
v1.0.1
Published
A minimal clone of Slackin without websockets or anything fancy
Downloads
6
Readme
Snekin
Snekin requires a configuration file to function.
Save this to ~/.snekin.json
:
{
"host": "127.0.0.1",
"port": 8080,
"slack_domain": "my-slack-team-name",
"slack_token": "MY_SLACK_TOKEN"
}
Fill in the details then run this command:
$ snekin ~/.snekin.json