项目作者: wcummings

项目描述 :
Magic memes
高级语言: PHP
项目地址: git://github.com/wcummings/Timmy.git
创建时间: 2020-02-14T15:26:48Z
项目社区:https://github.com/wcummings/Timmy

开源协议:

下载


Timmy

Setup

  1. Copy files to your webroot
  2. Initialize the DB
  1. ./bin/create_tables.sh
  1. Add some players
  1. ./bin/shell.php
  1. $scoreboard = new Scoreboard();
  2. $scoreboard->registerPlayer('Will');
  1. Configure outbound slack webhook

  2. Configure inbound slack webhook and set COMMANDER_WEBHOOK

  3. Keep it real :sunglasses:

Endpoints

Hacking

  1. ./bin/shell.php