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.
- Host: GitHub
- URL: https://github.com/vilhalva/botoes-de-url
- Owner: VILHALVA
- Created: 2024-01-19T20:32:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T20:59:32.000Z (over 1 year ago)
- Last Synced: 2024-12-29T18:42:45.960Z (10 months ago)
- Topics: bot, framework, projeto, python, redes-sociais, telebot, telegram
- Language: Python
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)