An open API service indexing awesome lists of open source software.

https://github.com/vilhalva/botoes-de-url

🌐BOT DO TELEGRAM QUE ENVIA BOTÕES INLINE CONTENDO LINKS.
https://github.com/vilhalva/botoes-de-url

bot framework projeto python redes-sociais telebot telegram

Last synced: 8 months ago
JSON representation

🌐BOT DO TELEGRAM QUE ENVIA BOTÕES INLINE CONTENDO LINKS.

Awesome Lists containing this project

README

          

# BOTÕES DE URL
🌐BOT DO TELEGRAM QUE ENVIA BOTÕES INLINE CONTENDO LINKS.


## DESCRIÇÃO:
O bot apresenta botÔes inline que, quando clicados, abrem URLs específicas.
Primeiramente ele enviarå uma mensagem com os botÔes inline para acessar as URLs fornecidas. Ao clicar em um dos botÔes, o usuårio serå redirecionado para a URL correspondente.

## 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 clique nos botÔes.

4. **Modifique o CĂłdigo:**
- Substitua `"GRUPO"`, `"CANAL CODERS"` e `"CANAL DO VILHALVA"` pelas URLs reais que vocĂȘ deseja usar para os botĂ”es.

## 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:
* [CURSO DE TELEBOT](https://github.com/VILHALVA/CURSO-DE-TELEBOT)
* [CURSO DE PYTHON](https://github.com/VILHALVA/CURSO-DE-PYTHON)
* [CONFIRA MAIS CURSOS](https://github.com/VILHALVA?tab=repositories&q=+topic:CURSO)

## CREDITOS:
- [PROJETO CRIADO PELO VILHALVA](https://github.com/VILHALVA)