Amino Bots with python!
Project description
SAmino
SAmino is unofficial client for Aminoapps API in Python.
Installation
You can use either python3 setup.py install
or pip3 install samino
to install. This module is tested on Python 3.9+.
Contributing
SAmino is open source module, anyone can contribute. Please see the Github Repository
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
Get SessionID
import samino
client = samino.Client()
client.login("< email >", "< password >")
print(client.sid)
Login with SessionID
import samino
client = samino.Client()
client.sid_login("< sid >")
print(client.sid)
Send a message in chat
import samino
client = samino.Client()
client.login("< email >", "< password >")
path = client.get_from_link("< chat link >")
local = samino.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
samino-2.5.6.tar.gz
(252.1 kB
view hashes)
Built Distribution
samino-2.5.6-py3-none-any.whl
(255.2 kB
view hashes)