2.2.5 • Published 8 years ago

hubot-trivia-game-french v2.2.5

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

Hubot Trivia Game Plugin

A trivia bot.

Commands

  • !trivia - ask a question
  • !skip - skip the current question
  • !answer or !a - provide an answer
  • !score - check the score of the player
  • !scores or !score all - check the score of all players
  • !h or !hint - take a hint
  • !reset - reset players scores

Installation

  • In your hubot installation's path:
  • npm install hubot-trivia-game-french --save
  • edit external-scripts.json and add hubot-trivia-game-french to the JSON array.
  • if the file doesn't exist, create it with ["hubot-trivia-game-french"]
  • add a questions.json file to res/ folder which you may also need to create

Question DB

The question database is a file containing a JSON array of questions with the following properties:

{
  "answer": "Pizza",
  "category": "FOOD",
  "question": "Crust, sauce, and toppings!",
  "value": "$400"
},

One example of such a question set can be found here.

If the answer is a number is must still be "as a string" in the json file. Eg :

{
  "answer": "60",
  "category": "CATEGORY",
  "question": "How many minutes in an hour ?",
  "value": "$400"
},

The file needs to be stored in <hubot_root>/res/questions.json

2.2.5

8 years ago

2.2.4

8 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.14

8 years ago

2.0.13

8 years ago

2.0.12

8 years ago

2.0.11

8 years ago

2.0.10

8 years ago

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago