Skip to main content

Unofficial library to work with Aminoapps

Project description

Amino.fix.fix

PyPi Version PyPi Preview Python Version Issues GitHub pull requests

Unofficial client to work with Aminoapps, based on Amino.fix and HTTPX. Improved without losing compatibility.

Important notices

  • in subclient you should pass client, not profile
  • if you have issues with HTTPX let me know here
  • lib/util -> lib/
  • if you have issues in pydroid, reinstall/update it

How to install?

pip install amino.fix.fix

How to use it?

If you want to use sync version of library, you should import aminofixfix.

If you want to use Async version of library, you should import aminofixfix.asyncfixfix.

Also instead HTTPX you can use aiohttp, Requests or Urllib3. Just install additional dependencies, if you wanna use them:

  • pip install amino.fix.fix[requests] # only sync
  • pip install amino.fix.fix[aiohttp] # only async

Please report any issues and bugs that Request and aiohttp are causing when you use them instead of HTTPX! This feature in beta and not tested well.

Example:

import aminofixfix

client = aminofixfix.Client()
client.login("she.a@lil.freak", "sheforthestreets")

@client.event("on_text_message")
def on_text_message(data):
    if data.message.content == "Six digits on the check, took it to the bank":
        client.send_message(data.message.chatId, "Commas after commas, make ya boy— (Freak out)")

API Reference

old documentation

new documentation in progress

Licenses

This library is MIT licensed code.

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_fix_fix-1.1.1.tar.gz (99.2 kB view hashes)

Uploaded Source

Built Distribution

amino_fix_fix-1.1.1-py3-none-any.whl (105.9 kB view hashes)

Uploaded Python 3

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