Purpose: Build a Assistant bot for handle questions/polls/suggestions during an event.
Chat supported: Telegram (🚧 maybe other in future 🚧)
Developed by Omar Miatello for GDG Milano.
- This code is Fulfillment for DialogFlow (ex api.ai)
- Use Cloud Functions for Firebase as "backend service"
- Use Kotlin as language for Cloud Functions (compile in JavaScript)
npm install -g firebase-tools
git clone https://github.com/jacklt/Assistant-for-events.git
- Create a Firebase Project using the Firebase Developer Console
- Initialize Firebase
cd Assistant-for-events firebase init
- Install the dependencies and deploy
cd functions npm install firebase deploy
Note: with Kotlin you need to build the JavaScript files before deploying, so there's an npm script that does the steps. You can see that and a few other handy shortcuts in package.json
Copyright 2017 Omar Miatello. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. All trademarks and registered trademarks are the property of their respective owners.