All Projects → BolajiAyodeji → inspireNuggetsSlackBot

BolajiAyodeji / inspireNuggetsSlackBot

Licence: MIT license
A simple Slackbot that displays random inspiring techie quotes and jokes for developers/designers.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to inspireNuggetsSlackBot

fridaybot
Slack bot for https://spb-frontend.slack.com
Stars: ✭ 29 (+93.33%)
Mutual labels:  slackbot, node-js, slack-api
operationcode-pybot
Operation Code's Official Slackbot
Stars: ✭ 29 (+93.33%)
Mutual labels:  slackbot, slack-api
Slack Ruby Client
A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
Stars: ✭ 957 (+6280%)
Mutual labels:  slackbot, slack-api
Slacker
Slack Bot Framework
Stars: ✭ 495 (+3200%)
Mutual labels:  slackbot, slack-api
Slack Poster
Simple gem to post messages on Slack using web hooks.
Stars: ✭ 49 (+226.67%)
Mutual labels:  slackbot, slack-api
Slack Block Builder
Lightweight, no-dependency JavaScript library for creating Slack Block Kit UIs, with a builder syntax, inspired by SwiftUI.
Stars: ✭ 129 (+760%)
Mutual labels:  slackbot, slack-api
dienstplan
Slack bot app for duty rotations
Stars: ✭ 14 (-6.67%)
Mutual labels:  slackbot, slack-api
Slack Machine
A sexy, simple, yet powerful and extendable Slack bot
Stars: ✭ 91 (+506.67%)
Mutual labels:  slackbot, slack-api
slacking
Modern Slack C++ 11 library for communicating with the Web Slack API
Stars: ✭ 58 (+286.67%)
Mutual labels:  slackbot, slack-api
slackr
Simple shell command to send or pipe content to slack via webhooks. (To upload snippets or files use: www.github.com/a-sync/slackfu)
Stars: ✭ 41 (+173.33%)
Mutual labels:  slackbot, slack-api
node-tw-e-invoice
An unofficial Node.js interface of Taiwan MOF E-Invoice API . 台灣財政部電子發票 API 的 非官方 Node.js 介面。
Stars: ✭ 22 (+46.67%)
Mutual labels:  node-js
template-action-and-dialog
A sample Slack app "ClipIt", which allows user to clip a message using a message action
Stars: ✭ 24 (+60%)
Mutual labels:  slack-api
Petals
A project to help restaurants in post covid world made with Flutter, VueJs and NodeJs.
Stars: ✭ 17 (+13.33%)
Mutual labels:  node-js
qewd-transform-json
Transforms JavaScript Objects using a Template Object
Stars: ✭ 33 (+120%)
Mutual labels:  node-js
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (+266.67%)
Mutual labels:  node-js
ptkdev-logger
🦒 Beautiful Logger for Node.js: the best alternative to the console.log statement
Stars: ✭ 117 (+680%)
Mutual labels:  node-js
zulipbot
GitHub workflow-optimizing bot by @zulip
Stars: ✭ 70 (+366.67%)
Mutual labels:  node-js
slack-timezone-bot
🤖⏰ Slack bot to show time in users' timezones
Stars: ✭ 51 (+240%)
Mutual labels:  slackbot
gcc-output-parser
gcc error parsing library
Stars: ✭ 17 (+13.33%)
Mutual labels:  node-js
A41SLBOT
All For One Bot is an open-source discord server bot built for All For One SL™ discord server.
Stars: ✭ 83 (+453.33%)
Mutual labels:  node-js

inspireNuggets SlackBot

inspireNuggets

A simple Slackbot that displays random inspiring techie quotes and jokes for developers/designers

This bot is powered by the original inspireNuggets Chrome Browser Extension quotes and Chuck Norris Jokes API

Add to Slack

I wrote an article on how I built this here

Setup

Clone the repository

git clone https://github.com/BolajiAyodeji/inspireNuggetsSlackBot.git && cd inspireNuggetsSlackBot

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

Bolaji Ayodeji

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].