https://github.com/vilhalva/chat-de-console
đ€€Ă UM BOT DO TELEGRAM DE BATE PAPO SOBRE TĂPICOS RELACIONADOS!
https://github.com/vilhalva/chat-de-console
api-de-bots-telegram bot projeto python redes-sociais telegram
Last synced: 8 months ago
JSON representation
đ€€Ă UM BOT DO TELEGRAM DE BATE PAPO SOBRE TĂPICOS RELACIONADOS!
- Host: GitHub
- URL: https://github.com/vilhalva/chat-de-console
- Owner: VILHALVA
- Created: 2024-01-19T20:14:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T21:19:04.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T18:42:24.017Z (over 1 year ago)
- Topics: api-de-bots-telegram, bot, projeto, python, redes-sociais, telegram
- Language: Python
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHAT DE CONSOLE
đ€€Ă UM BOT DE BATE PAPO SOBRE TĂPICOS RELACIONADOS!
> O BOT CONVERSA COM USUĂRIO SOBRE TĂPICOS RELACIONADOS!
> TANTO A MENSAGEM DO USUĂRIO QUANTO A RESPOSTA DO BOT SĂO EXIBIDAS NO CONSOLE.
## DESCRIĂĂO:
O bot recebe mensagens de texto dos usuårios e responde com informaçÔes relacionadas aos tópicos especificados.
## FUNCIONALIDADES:
- O bot responde a mensagens de texto com base em algumas palavras-chave, como tecnologia, ciĂȘncia, filosofia e teologia.
- Ele fornece informaçÔes sobre os tópicos mencionados, juntamente com algumas mensagens predefinidas.
- O bot envia respostas de volta para o usuĂĄrio que enviou a mensagem original.
- VocĂȘ recebe a mensagem que o usuĂĄrio enviou no PV do bot dentro do console da sua IDE (Ou servidor). DaĂ vocĂȘ pode responde-lo diretamente pela IDE.
## EXECUTANDO O PROJETO:
1. **Coloque o Token:**
- Antes de executar o programa, Ă© necessĂĄrio substituir o token do seu bot no arquivo `TOKEN.py`, o qual pode ser obtido por meio do [@BotFather](https://t.me/BotFather).
2. **Instalando as dependĂȘncias:**
- Antes de executar o bot, certifique-se de instalar todas as dependĂȘncias necessĂĄrias. No terminal, execute o seguinte comando para instalar as dependĂȘncias listadas no arquivo `requirements.txt` em `CODIGO`:
```bash
pip install -r requirements.txt
```
3. **Inicie o Bot:**
- Execute o bot do Telegram em Python iniciando-o com o seguinte comando:
```bash
python CODIGO.py
```
- Inicie o bot enviando o comando `/start`. Receba uma mensagem de boas-vindas e Converse.
## NĂO SABE?
- Entendemos que para manipular arquivos em muitas linguagens e tecnologias relacionadas, Ă© necessĂĄrio possuir conhecimento nessas ĂĄreas. Para auxiliar nesse aprendizado, oferecemos alguns subsidios:
* [VEJA A DOCUMENTAĂĂO](https://core.telegram.org/bots/api)
* [CURSO DE PYTHON](https://github.com/VILHALVA/CURSO-DE-PYTHON)
* [CURSO SUGERIDO](https://github.com/VILHALVA/CURSO-DE-TELEBOT)
* [CONFIRA MAIS CURSOS](https://github.com/VILHALVA?tab=repositories&q=+topic:CURSO)
## CREDITOS:
- [PROJETO CRIADO PELO VILHALVA](https://github.com/VILHALVA)