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.
- Run
pip install -r requirements.txt
to install dependencies - Run
python app.py
- Now, the bot is running on localhost:3978
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
- Launch Bot Framework Emulator
- Enter a Bot URL of
http://localhost:3978/api/messages
- 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.
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.