dhvogel / joshbot

JoshBot is a bot which sits in a team GroupMe and performs administrative tasks such as taking attendance and giving compliments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

joshbot

joshbot is a bot which sits in a soccer team GroupMe and performs administrative tasks such as taking attendance and giving compliments.

Build / Deploy

$ export VERSION=<desired semver>
$ ./build.sh
$ ./deploy.sh

Data Models

Game

{
  time: RFC 3339 Timestamp
  opponent: String
  location: String
  yes: [String]
  no: [String]
  maybe: [String]
}

About

JoshBot is a bot which sits in a team GroupMe and performs administrative tasks such as taking attendance and giving compliments.


Languages

Language:JavaScript 92.9%Language:Dockerfile 2.6%Language:Shell 2.5%Language:HTML 1.2%Language:CSS 0.8%