Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alansiqma/telegram-api-python
Boott para registrar telegram
https://github.com/alansiqma/telegram-api-python
python telegram telegram-bot
Last synced: 2 days ago
JSON representation
Boott para registrar telegram
- Host: GitHub
- URL: https://github.com/alansiqma/telegram-api-python
- Owner: AlanSiqma
- License: mit
- Created: 2023-01-25T11:11:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T00:06:10.000Z (10 months ago)
- Last Synced: 2024-02-09T01:04:46.458Z (10 months ago)
- Topics: python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robo Telegram Python đ
## O que Ă©?
Os bots do Telegram são uma espécie de usuårios robÎs, ou seja, são usuårios não humanos que realizam atividades programadas.## E esse bot, o que faz?
Responsåvel por responder um pedido.## ConfiguraçÔes
### 1- Crie um Bot no Telegram:
1. Abra o Telegram e pesquise por "@BotFather".
2. Inicie uma conversa com o BotFather e siga as instruçÔes para criar um novo bot.
3. Anote o token de acesso fornecido pelo BotFather. VocĂȘ precisarĂĄ dele para conectar seu cĂłdigo ao bot.### 2- Instale o Python
[Clique aqui](https://www.python.org/downloads/), e vocĂȘ serĂĄ redirecionado para a instalação do Python.
### 3- Baixe alguns pacotes
No CMD, digite os comandos:
```
pip install telebot
```
```
pip install python-dotenv
```### 4- Crie as variaveis de ambientes
Na raiz do projeto crie um arquivo .env
nele vocĂȘ ira adicionar:
```
TOKEN = "O TOKEN QUE PEGOU DO PASSO 1"
```