Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fr4ncistaylor/timotty
Bot para Telegram feito com Threads nativa da linguagem Python.
https://github.com/fr4ncistaylor/timotty
bot cybion python2-7 python3 telegram threads
Last synced: 2 months ago
JSON representation
Bot para Telegram feito com Threads nativa da linguagem Python.
- Host: GitHub
- URL: https://github.com/fr4ncistaylor/timotty
- Owner: Fr4ncisTaylor
- License: mit
- Created: 2017-10-17T10:06:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T12:30:49.000Z (over 4 years ago)
- Last Synced: 2023-10-20T19:53:15.006Z (about 1 year ago)
- Topics: bot, cybion, python2-7, python3, telegram, threads
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Versão 1.4
* * *
[![PyPI](https://img.shields.io/badge/python-3.6-blue.svg)]()
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()## Informações
Timotty foi desenvolvido com as Threads nativa da linguagem Python.
Ele ultiliza os métodos da API Telegram, que você pode encontar no arquivo `/cybot/metodos.py`.* * *
Comandos Normais
------------
Comando
Uso
Descrição
Id
/id (Reply)
Exibe informações sobre o perfil do usuário.
/print [url]
Envia um print do site informado.
Traduza
/traduza [texto]
Traduz um texto de qualquer idioma para o portugês.
Qr
/qr [url/texto]
Envia um Qr Code do site ou texto informado.
Ban
/ban (reply)
Bane o membro do chat.
Desban
/desban (reply)
Desbane o membro do chat.
Kick
/kick (reply)
Remove o membro do chat.
Comando Sudo
------------
Comando
Uso
Descrição
Promover
/promover [texto]
Promove uma divulgação nos chats privados.
Run
/run (on/off)
Liga ou desliga o bot.
Add
/add [pergunta|resposta]
Adiciona a pergunta e a resposta na I.A do bot.
* * *
## InstalaçãoClone o repositório:
`git clone https://github.com/francis-taylor/Timotty-Master`Entre no diretório:
`cd Timotty-Master`Execute a instalação:
* python 2: `python install2.py`
* python 3: `python3 install3.py`
* * *
## Configuração
* Abra o arquivo `cybot/config.py` e insira o ID dos administradores do bot em `adms = [000000,111111,22222]`.* Insira o seu ID no espaço `sudo = 0000000`.
* Coloque o token do seu bot que foi gerado pelo [Bot Father](https://t.me/BotFather) no `bot = '110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw'`
* * *
## Iniciando o bot* python 2: `python2 cybot/bot.py`
* python 3: `python3 cybot/bot.py`
### ou
* python 2: `nohup python2 cybot/bot.py`
* python 3: `nohup python3 cybot/bot.py`
* * *
## Exemplos* [editMessageText](exemplos/editMessageText.py) - Editar mensagens.
* [sendMessage](exemplos/sendMessage.py) - Enviar mensagens.
* [sendReply](exemplos/sendReply.py) - Responde mensagens.
* * *
## Créditos* [Murkiriel](https://t.me/Mkriel) - Ajuda com o Threads.
* [Wesley Henr](https://t.me/Wesley_Henr) - Ajuda com o ReadMe.