All Projects → phrmsilva → Groupme Giphy Bot

phrmsilva / Groupme Giphy Bot

A bot that adds the /giphy command to Groupme.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Groupme Giphy Bot

Seq2seq Chatbot
Chatbot in 200 lines of code using TensorLayer
Stars: ✭ 777 (+15440%)
Mutual labels:  bot, chatbot
Aws Lex Web Ui
Sample Amazon Lex chat bot web interface
Stars: ✭ 500 (+9900%)
Mutual labels:  bot, chatbot
Onebot
OneBot 标准:一个聊天机器人应用接口标准
Stars: ✭ 455 (+9000%)
Mutual labels:  bot, chatbot
Nlpia
Examples and libraries for "Natural Language Processing in Action" book
Stars: ✭ 416 (+8220%)
Mutual labels:  bot, chatbot
Deeppavlov
An open source library for deep learning end-to-end dialog systems and chatbots.
Stars: ✭ 5,525 (+110400%)
Mutual labels:  bot, chatbot
Nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
Stars: ✭ 4,670 (+93300%)
Mutual labels:  bot, chatbot
Slacker
Slack Bot Framework
Stars: ✭ 495 (+9800%)
Mutual labels:  bot, chatbot
Bottender
⚡️ A framework for building conversational user interfaces.
Stars: ✭ 3,803 (+75960%)
Mutual labels:  bot, chatbot
Pymessager
Python API to develop chatbot on Facebook Messenger Platform
Stars: ✭ 580 (+11500%)
Mutual labels:  bot, chatbot
Hangoutsbot
Google Hangouts bot
Stars: ✭ 578 (+11460%)
Mutual labels:  bot, chatbot
Botlibre
An open platform for artificial intelligence, chat bots, virtual agents, social media automation, and live chat automation.
Stars: ✭ 412 (+8140%)
Mutual labels:  bot, chatbot
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+14320%)
Mutual labels:  bot, chatbot
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (+8100%)
Mutual labels:  bot, chatbot
Botkube
An app that helps you monitor your Kubernetes cluster, debug critical deployments & gives recommendations for standard practices
Stars: ✭ 804 (+15980%)
Mutual labels:  bot, chatbot
Chat Bubble
Simple chatbot UI for the Web with JSON scripting 👋🤖🤙
Stars: ✭ 370 (+7300%)
Mutual labels:  bot, chatbot
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (+9520%)
Mutual labels:  bot, chatbot
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (+6840%)
Mutual labels:  bot, chatbot
Snips Nlu
Snips Python library to extract meaning from text
Stars: ✭ 3,583 (+71560%)
Mutual labels:  bot, chatbot
Node Telegram Bot Api
Telegram Bot API for NodeJS
Stars: ✭ 5,782 (+115540%)
Mutual labels:  bot, chatbot
Botman
A framework agnostic PHP library to build chat bots
Stars: ✭ 5,538 (+110660%)
Mutual labels:  bot, chatbot

The Giphy Slack Command for Groupme

This is a bot that adds the functionality of the /giphy command from Slack to Groupme.

After deployment, users can just message a group on Groupme a text saying /giphy [something] and the bot will respond with the first gif it finds on Giphy by searching the query something.

To deploy your own, you will need a bot ID from Groupme and possibly an API key from giphy. When you have those, make sure you export BOT_ID="yourBotId" and export API_KEY="YourAPIKey". I have also included a Procfile, in case you choose to deploy this bot with Heroku, as I did.

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