Amino Bots with python!
Project description
k_amino
k_amino is unofficial client for Aminoapps API in Python.
Installation
You can use either python3 setup.py install
or pip3 install k-amino.py
to install. This module is tested on Python 3.9+.
Contributing
k_amino is open source module, anyone can contribute. Please see the Github Repository
Discord
You can join the Discord Server to add suggestions or to report problems and to get new updates and changes
Features
- Faster than other Aminoapps python modules
- Supports async and sockets, events
- Easy and sample to use
- No
Too many requests.
- Continual updates and bug fixes
- Have alot of useful functions
Examples
Bot Support
from k_amino import Client
client = Client(bot=True)
client.login("< email >", "< password >")
@client.command()
def test(data, ok: str = "ok"):
data.subClient.send_message(data.chatId, f"Test is {ok}!")
Get SessionID
import k_amino
client = k_amino.Client()
client.login("< email >", "< password >")
print(client.sid)
Login with SessionID
import k_amino
client = k_amino.Client()
client.sid_login("< sid >")
print(client.sid)
Send a message in chat
import k_amino
client = k_amino.Client()
client.login("< email >", "< password >")
path = client.get_from_link("< chat link >")
local = k_amino.Local(path.comId)
local.send_message(path.objectId, "< message >")
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
k-amino.py-1.0.5.tar.gz
(44.9 kB
view hashes)
Built Distribution
k_amino.py-1.0.5-py3-none-any.whl
(46.2 kB
view hashes)
Close
Hashes for k_amino.py-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 435a2f99131626330c9b97b88d0b5b6a76da12594c29e1ba68dab626d6519770 |
|
MD5 | f1b27d4451332bc51341258106a7acf2 |
|
BLAKE2b-256 | aee04714f414b088f8cd31defef62b30889cc19dd731f8ae36a2384eb22871ee |