Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasrmagalhaes/chatbottelegram-js
Construindo um ChatbotFit no Telegram com JavaScript e NodeJS.
https://github.com/lucasrmagalhaes/chatbottelegram-js
chatbot dialogflow dio js nodejs npmjs
Last synced: about 1 month ago
JSON representation
Construindo um ChatbotFit no Telegram com JavaScript e NodeJS.
- Host: GitHub
- URL: https://github.com/lucasrmagalhaes/chatbottelegram-js
- Owner: lucasrmagalhaes
- License: mit
- Created: 2021-01-12T17:02:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T02:22:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T08:04:02.032Z (about 1 month ago)
- Topics: chatbot, dialogflow, dio, js, nodejs, npmjs
- Language: JavaScript
- Homepage:
- Size: 386 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Construindo um ChatbotFit no Telegram com JavaScript e NodeJS
Iniciando o projeto:npm init
npm i node-telegram-bot-api --save
Cadastrar um bot para gerar o token:
@botfather
Teste de Comunicação do Telegram com o Código
Iniciar conversa com o bot:
/mybots
Acessar o bot e rodar o comando:
/start
Google Cloud
Contas de Serviço
Criar a conta com a chave JSON
dialogflow
npm i install dialogflow --save
youtube-node
npm install youtube-node --save
Registre seu aplicativo no serviço YouTube Data API v3 no Console de API do Google.