Skip to content

victor-kironde/vk_reminder_bot

Repository files navigation

Coverage Status Build Status Code style: black

VK-Reminder-Bot

A Reminder Bot build with the Microsoft Bot Framework.

Prerequisites

  • Install Python 3.8

Running the Bot Locally

  • Clone this repository
  • Set DEBUG=True in config.py. This will make bot state use MemoryStorage
  • Run pip install -r requirements.txt to install all dependencies
  • Run python app.py

Running the Bot Online

  • You can test the bot online here.

Running 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

You can view the project board here