xurizaemon / bolts

A Mattermost bot for CiviCRM
1 stars 3 forks source link

Adding hubot-trello #22

Closed joemcl closed 6 years ago

joemcl commented 6 years ago

See https://github.com/hubot-scripts/hubot-trello

joemcl commented 6 years ago

I also added these to the Heroku config/env variables - HUBOT_TRELLO_KEY - Trello application key HUBOT_TRELLO_TOKEN - Trello API token HUBOT_TRELLO_BOARD - The ID of the Trello board you will be working with

joemcl commented 6 years ago

Also final instruction at https://github.com/hubot-scripts/hubot-trello is 'Run npm install' - assume I can just run that from the Heroku console window again? I tried 'npm install --save hubot-trello' at first but that failed

xurizaemon commented 6 years ago

Hey @joemcl, on a bus at mo.

I suggest:

This will mean we install a specific version of the Trello plugin (see versions of other items in package.json).

Also need to add the plugin to external-scripts.json so Hubot loads it.

You should be good to push to the repo on heroku and I'll set you up to push here - but it's fine to open a pull request if you want review!

You can also heroku local if you want to test locally, pause on heroku to do this or there will be two bolts!

xurizaemon commented 6 years ago

Huh ok I see your comments now

Will try myself :)