Skip to content

makimakers/azure-bot-ebb

Repository files navigation

eventboybot

This bot aims to meet your event planning needs. We plan to make this bot a one-stop event planning companion. We are now in v1 where the bot can compute common timeslots (labelled w names) given a list of available timeslots (that are labelled w names).

Trying to find a common time for a meeting? But everyone's schedule is so different? Let our bot do it automatically for you!

Specify a general time if you wish, and we'll fill in the details :)

This bot was created using Bot Framework.

Running the bot locally

  • Run pip install -r requirements.txt to install dependencies
  • Run python app.py
  • Now, the bot is running on localhost:3978

Testing the bot using Bot Framework Emulator

Bot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

  • Install the Bot Framework Emulator version 4.3.0 or greater from here

Connect to the bot using Bot Framework Emulator

  • Launch Bot Framework Emulator
  • Enter a Bot URL of http://localhost:3978/api/messages

Deploying the bot on Azure

  • deploying on azure
  • Contributors need only be concerned with making pull requests to this repo. The core team of makimakers will manage the deployment of the bot on Azure.

Workflow

As a best practice, no pushing is allowed to the master branch, please git config branch.master.pushRemote no_push in your local repo. Any commits to master must be merged via a pull request. Pushing to non-master branches will be allowed if you're an authorized contributor.

More Resources

About

A bot that meets your event planning needs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages