Skip to content

Bot do Evangelho criado em Python e com auxilio do Microsoft Bot SDK

Notifications You must be signed in to change notification settings

caioagralemos/Bot-do-Evangelho

Repository files navigation

bot_do_evangelho

Bot de whatsapp que envia o evangelho diariamente

This bot has been created using Bot Framework, it shows how to create a simple bot that accepts input from the user and echoes it back.

Prerequisites

This sample requires prerequisites in order to run.

Install Python 3.6

Running the sample

  • Run pip install -r requirements.txt to install all dependencies
  • Run python app.py

PARA EXECUTAR O BOT

  • Primeiro é preciso ativar o VENV:

    • Windows: python -m venv venv venv\Scripts\activate.bat
    • Mac: python3 -m venv venv source venv/bin/activate
  • Depois instalar os módulos: pip install botbuilder-core pip install asyncio pip install aiohttp pip install cookiecutter==1.7.0

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

Further reading

About

Bot do Evangelho criado em Python e com auxilio do Microsoft Bot SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages