Skip to main content

An API for amino bot using Python

Project description

An API for amino bot using Python

forthebadge made-with-python
Python 3.10

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page