Unofficial library to work with Aminoapps
Project description
Amino.fix.fix
Unofficial client to work with Aminoapps, based on Amino.fix and HTTPX. Improved without losing compatibility.
Important notices
- in subclient you should pass
client, notprofile - 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 syncpip 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
new documentation in progress
Licenses
- HTTPX is BSD licensed code. Used as main library to build and send API async and sync requests.
- Requests is Apache 2.0 licensed code. Used as alternative library to build and send API requests.
- aiohttp is Apache 2.0 licensed code. Used as alternative async library to build and send API requests.
- websocket-client is Apache 2.0 licensed code. Used for sockets.
- python-socks is Apache 2.0 licensed code. Used for SOCKS proxies in API requests and (in future) sockets.
- amino.fix is MIT licensed. Forked to do this library.
- hathcling is MIT licensed. Used to build PyPI releases.
This library is MIT licensed code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amino_fix_fix-1.2.0.tar.gz.
File metadata
- Download URL: amino_fix_fix-1.2.0.tar.gz
- Upload date:
- Size: 100.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6e976442a2436c04613f9b4cfb8838e860e821a8587e941d1c2452fc8e19d1c
|
|
| MD5 |
5c8924e2ff2439d6cacebe8b28cd7ff7
|
|
| BLAKE2b-256 |
df4d055aeae87689615f7a138f086b2ae1bd5627602dc803bb059d8c73ab01ec
|
File details
Details for the file amino_fix_fix-1.2.0-py3-none-any.whl.
File metadata
- Download URL: amino_fix_fix-1.2.0-py3-none-any.whl
- Upload date:
- Size: 108.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27d3013bc7e154a664f63190647511759161a40c4c925cb674e815687d7d3d1c
|
|
| MD5 |
cad8119fc144f4fbda568b22fcd877b0
|
|
| BLAKE2b-256 |
d12dac4d8dae7b41f47a072237c6abffaae2fcb3eb27c0b9bb7dd5d3aaa4b541
|