Skip to content

A simple slackbot build in Javascript that displays jokes and inspirational quotes.

License

Notifications You must be signed in to change notification settings

descholar-ceo/slackBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slackBot

This slackBot displays a inspiring quotes and jokes to slack users.

Setup

Install dependencies

npm install

npm start

Create a bot in Slack and generate and include your OAuth bot token

// Add this in your .env
BOT_TOKEN=YOUR_OWN_BOT_TOKEN
const bot = new SlackBot({
    token: `${process.env.BOT_TOKEN}`,
    name: 'YOUR_OWN_APP_NAME'
})

Author

Copain Fabrice

Licence

MIT

About

A simple slackbot build in Javascript that displays jokes and inspirational quotes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%