Skip to main content

ZAmino.fix is a modern and optimized fork of amino.fix, designed for building Amino bots, automations, and custom clients with ease and performance in mind.

Project description

ZAminofix ✨

Elegant and powerful Python framework for creating Amino bots and automation scripts.


🚀 Quick Navigation


⚡ Installation

pip install ZAmino.fix

⚙️ Quick Start

from ZAminofix import Client, SubClient
client = Client()
client.login("your_email@example.com", "your_password")

📚 Documentation

Core Components

Client - Main Connection Handler: The Client class manages your connection to Amino services and handles global operations. Authentication Options:

client.login("email@example.com", "password123")

client.login("+1234567890", "password123")

client.login("your_sid")

Event System:

import ZAminofix
from ZAminofix import Context
c = ZAminofix.Client()
client.login("email", "password")

def on_text_message(ctx: Context):
    print(f"Message: {ctx.content}")

c.register_events(globals())

SubClient - Community Operations:

sub_client = SubClient(comId=123456)
sub_client.send_message(chatId="chat_id", message="Hello World!")

🧪 Examples

Command Bot

from ZAminofix import Client
from ZAminofix import Context
import random
client = Client()
client.login("email", "password")

def on_text_message(ctx: Context):
	if ctx.content == "!Bot":
		ctx.reply("yes!")

c.register_events(globals())

🛠️ Support

Telegram: @ZAminoZ


🤝 Contributing

Contributions, bug reports, and feature requests are welcome! Please follow the standard GitHub pull request workflow.

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

zamino_fix-1.2.4.tar.gz (55.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zamino_fix-1.2.4-py3-none-any.whl (58.0 kB view details)

Uploaded Python 3

File details

Details for the file zamino_fix-1.2.4.tar.gz.

File metadata

  • Download URL: zamino_fix-1.2.4.tar.gz
  • Upload date:
  • Size: 55.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.12.1.2 requests/2.32.3 setuptools/80.9.0 requests-toolbelt/1.0.0 tqdm/4.67.1 CPython/3.12.11

File hashes

Hashes for zamino_fix-1.2.4.tar.gz
Algorithm Hash digest
SHA256 f1199980fd3cc1f50fe98696431f9149605a37352e736185f3f6b85af152ed5e
MD5 fb990dc0b5e455e025a6028ee49dc823
BLAKE2b-256 cac8ed2b4d589dcfd7052aca8b87154b7b46b33aadab6bb71ec9b57210f2e4f3

See more details on using hashes here.

File details

Details for the file zamino_fix-1.2.4-py3-none-any.whl.

File metadata

  • Download URL: zamino_fix-1.2.4-py3-none-any.whl
  • Upload date:
  • Size: 58.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.12.1.2 requests/2.32.3 setuptools/80.9.0 requests-toolbelt/1.0.0 tqdm/4.67.1 CPython/3.12.11

File hashes

Hashes for zamino_fix-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 92befce48b29569352e588b0a6bc6cc8dd757266fd8dd20a5b0f5c7027acfa30
MD5 22db0cadf69c9f309ff044cb011fd25f
BLAKE2b-256 42b808e84b69fd60830bf268b7588abf5f5a1e3c692f51e9d5c7ce72fb8c8ef4

See more details on using hashes here.

Supported by

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