- Make sure you have Python installed in your system.
- Run Following command in the CMD.
pip install TheAmino
- It works like the Amino.py's API but with added features like commands or answer for example:
from TheAmino import TheAmino
client = TheAmino("Your Email", "Your Password") # Or you use login.json
client.prefix = "!" # set the prefix default is /
@client.command("check")
def ping(data):
data.subClient.send_message(data.chatId, message="𝗕𝗼𝘁 𝗮𝗰𝘁𝗶𝘃𝗲 ✓")
client.launch()
print("Bot is running")
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.
- Credits goes to BotAmino
- Big shout out to Phoenix