Skip to content

[DONE] Um chatbot para atendimento de uma hamburgueria utilizando sklearn

Notifications You must be signed in to change notification settings

HugoJF/chatbot-hamburgueria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBot - Hamburgueria

Um chatbot para atendimento de uma hamburgueria utilizando sklearn

Requisitos

  • Python 3
  • Token de um bot do Telegram

Instalação

Clone esse repositório

git clone [email protected]:HugoJF/chatbot-hamburgueria.git

Instale os requisitos utilizando pip3

pip3 install -r requirements.txt

Inicie o bot

TELEGRAM_TOKEN=token python3 bot.py

Instalação pelo Dockerfile

Clone esse repositório

git clone [email protected]:HugoJF/chatbot-hamburgueria.git

Entre no diretório

cd chatbot-hamburgueria

Construa a imagem

docker build -t chatbot .

Inicie um container com a imagem passando o token como variável de ambiente

docker run -e TELEGRAM_TOKEN=my_token --name mybot chatbot:latest

Variáveis de ambiente

TELEGRAM_TOKEN=token_do_bot_do_telegram

About

[DONE] Um chatbot para atendimento de uma hamburgueria utilizando sklearn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages