All Projects → 16g → Slamp

16g / Slamp

Chat with big :emoji: like stamp

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Slamp

Broid Kit
Bot framework powered by Broid
Stars: ✭ 58 (-21.62%)
Mutual labels:  slack
Jonsnow
App Store/Google Play review watcher, deliver new reviews to slack channel
Stars: ✭ 65 (-12.16%)
Mutual labels:  slack
Jbot
Make Slack and Facebook Bots in Java.
Stars: ✭ 1,148 (+1451.35%)
Mutual labels:  slack
Rocket.chat.electron
Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
Stars: ✭ 1,108 (+1397.3%)
Mutual labels:  slack
Vili
Stars: ✭ 62 (-16.22%)
Mutual labels:  slack
Skellington
✨💀✨ The skeleton for your bots
Stars: ✭ 65 (-12.16%)
Mutual labels:  slack
Receptionkit
A simple, customizable receptionist iPad app built with Smooch
Stars: ✭ 55 (-25.68%)
Mutual labels:  slack
Serverless Slackbot
A boilerplate Serverless Slackbot framework with a custom scripts folder (like Hubot)
Stars: ✭ 72 (-2.7%)
Mutual labels:  slack
Slackcat
CLI utility to post files and command output to slack
Stars: ✭ 1,127 (+1422.97%)
Mutual labels:  slack
Hubcommander
A Slack bot for GitHub organization management -- and other things too
Stars: ✭ 1,149 (+1452.7%)
Mutual labels:  slack
Backup Slack
A script for backing up your message history from Slack
Stars: ✭ 61 (-17.57%)
Mutual labels:  slack
Auto
Generate releases based on semantic version labels on pull requests.
Stars: ✭ 1,120 (+1413.51%)
Mutual labels:  slack
Slack Ooo Personal
Personal Slack Out of Office Bot
Stars: ✭ 65 (-12.16%)
Mutual labels:  slack
Sharebook Frontend
Projeto frontend de código livre para o app Sharebook.
Stars: ✭ 59 (-20.27%)
Mutual labels:  slack
Ex mustang
✨ A simple, clueless bot
Stars: ✭ 67 (-9.46%)
Mutual labels:  slack
Notify slack
post to Slack on the command line
Stars: ✭ 58 (-21.62%)
Mutual labels:  slack
Slacko
A neat interface for Slack
Stars: ✭ 64 (-13.51%)
Mutual labels:  slack
Logback Slack Appender
Logback appender for Slack messenger
Stars: ✭ 73 (-1.35%)
Mutual labels:  slack
Showcase Ansible Chatops
Vagrant Demo showing ChatOps with Ansible
Stars: ✭ 71 (-4.05%)
Mutual labels:  slack
Busy Beaver
The Chicago Python Community Engagement Slack bot
Stars: ✭ 66 (-10.81%)
Mutual labels:  slack

slamp

What is it? What is it?

Chat with big :emoji: in slack.

image

Install yourself

Create heroku application

Deploy

Now, environment variables is temporary.

Create slack application

Go to Slack API: Applications.

  1. Create New app.

  2. Setup application.

  • App Name: Slamp
  • Development Slack Team: Select team installed application.
  1. Create New app.

Create Slash commands

In the slack application.

  1. Select Slack Commands from Features menu.
  2. Create New Command.
  3. Setup Slack commands.
  • Command: Slamp (or name yourself)
  • Request URL: Your application URL.
  • Short Description: Stamp emoji
  • Usage Hint: :emoji:
  1. Save.

Setup OAuth

Select OAuth & Permissions from Features menu.

Redirect URLs

  1. Add a new Redirect URL
  • ${YOUR_APPLICATION_URL}/auth
  1. Add and Save URLs.

Select Permission Scopes

Select Permission scopes below.

  • emoji:read
  • chat:write:user

Install app

Select OAuth & Permissions from Features menu.

  1. Install App to Team
  2. Authorize

Setup environment variables

In the heroku application, input variables from slack application App Credentials.

Configure URL

heroku config:set URL=$(heroku info -s | grep web_url | cut -d= -f2)

Usage

type below in slack.

/stamp :custom_emoji:

image

So fun!

image

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].