An API for amino bot using Python
Project description
An API for amino bot using Python
Follow us
Usage
- Make sure you have Python installed in your system.
- Run Following command in the CMD.
pip install TheAmino
Example
- 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")
Note
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.
Credits
- Credits goes to BotAmino
- Big shout out to Phoenix
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
TheAmino-1.0.0.tar.gz
(88.3 kB
view details)
File details
Details for the file TheAmino-1.0.0.tar.gz.
File metadata
- Download URL: TheAmino-1.0.0.tar.gz
- Upload date:
- Size: 88.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1441a986e1e427f2cb13c0b5ffd44bb219a0c7d88c4c122295d2ded75e16eace
|
|
| MD5 |
fb809a682e7c0eaab404284d2238c2d7
|
|
| BLAKE2b-256 |
cf9560b3aebdf542b6c7ac563778ef2bbc09fdade928946bc5599e66072978fb
|