https://github.com/leviobrabo/togurosbot
Toguro is a chatbot that sends messages, stickers and audios
https://github.com/leviobrabo/togurosbot
chatbot mongodb node-telegram-bot-api nodejs telegram telegram-bot toguro toguro-bot
Last synced: 7 months ago
JSON representation
Toguro is a chatbot that sends messages, stickers and audios
- Host: GitHub
- URL: https://github.com/leviobrabo/togurosbot
- Owner: leviobrabo
- Created: 2023-04-10T15:35:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T22:05:11.000Z (10 months ago)
- Last Synced: 2024-08-18T23:19:30.737Z (10 months ago)
- Topics: chatbot, mongodb, node-telegram-bot-api, nodejs, telegram, telegram-bot, toguro, toguro-bot
- Language: JavaScript
- Homepage: https://t.me/togurosbot
- Size: 199 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToguroBot
## Chat Bot for Telegram
[](https://t.me/TogurosBot)
[](https://t.me/kylorensbot)
[](https://t.me/togurovisao)Toguro envia mensagem, que são aprendidas a partir das mensagem envidas no chat... envia áudios, fotos e stickers...
Demostração:
[](#)
### Pré-requisitos
Você vai precisar ter instalado em sua máquina as seguintes ferramentas:
- [Git](https://git-scm.com)
- [Node.js](https://nodejs.org/en/)
- [MongoDB](https://cloud.mongodb.com/)### 🤖 Deploy no Heroku
[](https://heroku.com/deploy)
### 🤖 Rodando o bot localmente
```bash
# Clone este repositório
$ git clone https://github.com/leviobrabo/togurosbot.git# Acesse a pasta do projeto no terminal/cmd
$ cd togurosbot# Instale as dependências
# Usando o NPM:
$ npm i# Variáveis ambientes
# Crie um arquivo com .env com qualquer editor de texto e coloque:
DB_STRING=#URL de conexão com o MongoDB
TELEGRAM_API=#Token do seu bot gerado no @BotFather
groupId=#ID DO GRUPO TELEGRAM (-1001932261893)
DEV_USERS=#ID_DEV // userId1,userId2,userId3# Execute a aplicação
$ npm start```
### Baseado no Chester bot
- [Chesterbot](https://github.com/Rev3rs1d/chesterbot)
## Pronto, o bot já estará rodando