🟢 PTBR
Descrição do projeto
Tópicos
-
API do Telegram
-
Após feita a instalação do Python, basta executar o arquivo
setup.py
. Uma prompt deve aparecer e instalar todas as dependências. -
Crie um arquivo
.json
na pastasrc
com o nometoken.json
e coloque o seguinte conteúdo:
{
"token": "BOT_TOKEN"
}
Simplesmente execute o arquivo main.py
e siga as instruções!
🔵 ENG
Project Description
Topics
-
Telegram API
-
After installing Python, just run the
setup.py
file. A prompt should appear and install all dependencies. -
Create a
.json
file insrc
folder, namedtoken.json
then put the following content:
{
"token": "BOT_TOKEN"
}
Simply run the file main.py
and follow the instructions!