This is a proof of concept project built on top of the open source Mixmax Slash Command. See http://developer.mixmax.com/docs/overview-slash-commands#tutorial-building-mygiphy
You can use natural language to limit the number of results...
or to view all the currently trending gifs...
or to filter your results to stickers...
To deploy this bot, you will need to have an API.AI account in addition to a Mixmax developer account
- Go to your API.AI console
- Create a new agent
- Go to your agent's settings
- Click on the "Export and Import" Tab
- Select "Import from zip"
- Select the zip file "MixmaxIntegraton.zip" from this repository
- Install using
npm install
- Run using
npm start