Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NotCyberCodex/TheAmino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages