Skip to main content

Best Amino.py alternative

Project description

AmioLightPy

IMG_1363

AminoApps python framework to create bots and scripts easily.

GitHub release Docs licence

FeaturesUsageExampleNotes
Documentation

Features

  • Optimization : Most of the code has been rewritten.
  • Backward compatibility : Write code with correct syntax.
  • 🎮 Commands support : Go even further with new requests.
  • 🍎 Supported on iPhones : free, and without jailbreak.

Usage

Install the package :

pip install amino.light.py


Import the Client and SubClient objects into your bot's code, and create your own help manual :

from AminoLightPy import Client, SubClient
# Your help message
help_message = """
Welcome!
This is help page.
"""
# Create Client object
client = Client()
# Login into account
client.login("example_mail@gmail.com", "example_password")
# And display the help !
@client.event("on_text_message")
def on_message(data):
	if data.message.author.userId != client.profile.userId:  # Do not answer to myself
		# Create SubClient object
		sub_client = SubClient(comId=data.comId, profile=client.profile)
		if data.message.content.startswith('/help'):
			sub_client.send_message(chatId=data.message.chatId, message=help_message)

Example

Simply copy code above, and type /help in the chat.

Also, take a look at the code for this interactive help !


If you can't find what you're looking for or need help with this library, you can telegram me or an Discord - engineer48. We will be glad to help !

Notes

  • This is not my project. Amino libraries already existed before me. I just wanted to create a simple and effective way to support bots

  • This is working only with the Python.

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

amino.light.py-0.1.8.tar.gz (49.6 kB view details)

Uploaded Source

File details

Details for the file amino.light.py-0.1.8.tar.gz.

File metadata

  • Download URL: amino.light.py-0.1.8.tar.gz
  • Upload date:
  • Size: 49.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.2

File hashes

Hashes for amino.light.py-0.1.8.tar.gz
Algorithm Hash digest
SHA256 c8b2d3c9d293c1e1b16bef3b4f183f6d82915f5015bdb28f4ade9f782e84f7ae
MD5 e0cc5881dcf565a2131b89525dddd35f
BLAKE2b-256 cbc8423f5303ab9146d291bccb0aba1f4495ba3a2a56f44e123ba94e65361cab

See more details on using hashes here.

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