Skip to content

abadongutierrez/octobertalks2017-ws-building-slack-bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Slack Bot Workshop

Lets build a Slack bot that tells your fortune!

Run Java Project

CLIENT_ID=xxxXXXxxx CLIENT_SECRET=xxxXXXxxx VERIFICATION_TOKEN=xxxXXXxxx SERVER_PORT=4000 gradle bootRun

Run Elixir Project

CLIENT_ID=xxxXXXxxx CLIENT_SECRET=xxxXXXxxx VERIFICATION_TOKEN=xxxXXXxxx PORT=4000 mix phx.server

Run NodeJS Project

CLIENT_ID=xxxXXXxxx CLIENT_SECRET=xxxXXXxxx VERIFICATION_TOKEN=xxxXXXxxx PORT=4000 DEBUG=fortunebot-node:* npm start

About

Building Slack bots Workshop @ Nearsoft OctoberTalks 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published