Skip to content

matejkrajcovic/obedbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obedbot

Because ordering lunches is just way too hard

How to set it up

You need a working installation of Node.js, preferably in version 6.x.x

mkdir obedbot && cd obedbot
git clone https://github.cm/kubik369/obedbot.git
npm install

Now it is time to fill in your config.js file. Rename the config.js.template file to config.js Thengo to slack page for creating a new bot, create a new bot, take his access token and put it into your config.js file in place of token field. Similarly, supply your channelId, which is the ID of the channel you want the bot to monitor and send messages to and last, but not least, fill in the ID of your bot. Both of these IDs can be found HERE

Usage

cd obedbot
node server.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • HTML 10.8%
  • CSS 1.0%