Telegram Bot Python

Um simples bot escrito em Python usando a lib pyTelegramBotAPI

Instalação

Windows:

  1. Download do Python 3 Aqui
  2. Download do ZIP do Código fonte do BOT Aqui
  3. Instalação dos requisitos:

pip install -r requirements.txt
  1. Editar o Token em bot_ofc.py

token = 'Token do BOT Aqui'

Linux Debian / Ubuntu

  1. Instalação dos requistos do bash:

sudo apt install python3 python3-pip git wkhtmltopdf ffmpeg
  1. Download, Instalação e configuração do repositório:

git clone https://github.com/sr-pato/TelegramBoT
cd TelegramBoT
  1. Editar o Token em bot_ofc.py

token = 'Token do BOT Aqui'

Telegram Bot API

Documentação Oficial de Telegram bot API

GitHub

View Github