An example bot created with SlackBot, written in Swift.
Set your bot token in Sources/main.swift
Fetch the dependencies: swift package fetch
Build the project: swift build
(see "Known issues")
Run it: .build/debug/clockyBot
There is a dependency on a Vapor feature that isn't publicly (in terms of protection level) available yet, but a pull request has been submitted. (an explanation of the issue can be found here) Until that is sorted out, you'll have to manually update the Vapor code (explained in a comment at the point where compilation will fail)