A bot that creates a meme with text.
This bot creates a meme with text overlay using memegen.
Clone this repo and then install dependencies:
git clone https://github.com/MicrosoftDX/DecodedEpisode3.git
cd DecodedEpisode3
git checkout botframeworkdeis
npm install
Push directly to Azure Web App: The botframework branch has been setup to synch directly to Azure web app
Setup the server (using Deis):
deis create
git push deis botframeworkdeis
NOTE: The botframeworkdeis branch has been setup to enable Travis CI to build and push docker image to docker hub, then pull the image to Deis.
Setup bot in Slack:
- Follow the instructions on Bot Framework website to setup a Slack Channel.
In Slack, after adding the textmeme bot user to a channel, you can start with:
memes
doge; This BOT is; AWESOME;
Licensed using the MIT License (MIT); Copyright (c) Microsoft Corporation. For more information, please see LICENSE.