TimottyBot
Support
Version 1.4
Timotty was developed with the native Threads of the Python language. It uses the Telegram API methods, which you can find in the /cybot/metodos.py
file.
Command | Use | Description |
ID | /id (Reply) | Displays information about the user profile. |
/print [url] | Send a print of the informed website. | |
Translate | /translate [text] | Translate text from any language into Portuguese. |
Qr | /qr [url/text] | Send a Qr Code from the website or text provided. |
Ban | /ban (reply) | Bans the member from the chat. |
Desban | /unban (reply) | Unban the member from the chat. |
Kick | /kick (reply) | Removes the member from the chat. |
Command | Use | Description |
Promote | /promote [text] | Promotes publicity in private chats. |
Run | /run (on/off) | Turns the bot on or off. |
Add | /add [question|answer] | Adds the question and answer to the bot's AI. |
Clone the repository: git clone https://github.com/francis-taylor/Timotty-Master
Enter the directory: cd Timotty-Master
Run the installation:
python 2: python install2.py
python 3: python3 install3.py
Open the cybot/config.py
file and enter the bot administrators ID in adms = [000000,111111,22222]
.
Enter your ID in the space sudo = 0000000
.
Put your bot token that was generated by Bot Father in the bot = '110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw'
python 2: python2 cybot/bot.py
python 3: python3 cybot/bot.py
python 2: nohup python2 cybot/bot.py
python 3: nohup python3 cybot/bot.py
editMessageText - Edit messages.
sendMessage - Send messages.
sendReply - Responds to messages.
Murkiriel - Help with Threads.
Wesley Henr - Help with ReadMe.