Skip to content

Mirror from bitbucket. A bot that you can ask about currencies and covert them

Notifications You must be signed in to change notification settings

BredeFK/Cloud-Assignment-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 3: Chat Bot, Currency Conversion, Docker

Note:

Fixer now require an API Access key, so this assignment can't return currency rates anymore.

Authors

Name Github Email
Brede Fritjof Klausen BredeFK [email protected]
Johan Aanesen JohanAanesen [email protected]

Packages needed:

go get github.com/bwmarrin/discordgo
go get gopkg.in/mgo.v2

Root url:

https://cloudtech3.herokuapp.com/

Instructions

This assignment, Assignment 3, has two aspects, and builds on the services developed in Assignment 2.

Aspect 1: Develop a service that allows users to interact with a bot on a instant messaging system of your choice (e.g. Slack), and provide currency conversions. The bot will form an interactive user-interface that relies on the currency conversion service that you have built in Assignment 2.

Note that the messaging system needs to be able to support both incoming and outgoing webhooks without any additional layer of complexity (e.g. authentication). Check https://dialogflow.com/docs/integrations/ for details.

Aspect 2: Assignment 3 functionality must be deployed on mLab (for database functionality) and on Heroku (for computational functionality) and on Dialogflow (for the bot integration). However, you are also required to prepare Dockerfiles and docker-compose configuration (for your code & MongoDB), such that the solution to Assignment 3 could potentially be re-deployed on an alternative cloud provider that supports Docker containers, i.e. not relying on mLabs or on Heroku.

Service specification

Bot

The bot should be able to answer simple questions about the current currency conversion rates. Eg.

"What is the current exchange rate between Norwegian Kroner and Euro?"
"What is the exchange rate between USD and NOK?"
"What is the exchange rate between Euro and Norwegian kroner?"

Response

The bot should respond in English, with the current exchange rates.

Resources

About

Mirror from bitbucket. A bot that you can ask about currencies and covert them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published