Skip to main content

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.6.2.tar.gz (86.0 kB view details)

Uploaded Source

Built Distribution

samino-2.6.2-py3-none-any.whl (89.4 kB view details)

Uploaded Python 3

File details

Details for the file samino-2.6.2.tar.gz.

File metadata

  • Download URL: samino-2.6.2.tar.gz
  • Upload date:
  • Size: 86.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for samino-2.6.2.tar.gz
Algorithm Hash digest
SHA256 2b813fba2f9fe7538553afd3453fe55df266314e694f62701f13fdf6ecbc0e69
MD5 bb17a81f29aab61f9e39220ce168428b
BLAKE2b-256 699b9f4fa41575fe62885937862dc0c0adc07c03ca9b926d54b75d42d3fff2f7

See more details on using hashes here.

File details

Details for the file samino-2.6.2-py3-none-any.whl.

File metadata

  • Download URL: samino-2.6.2-py3-none-any.whl
  • Upload date:
  • Size: 89.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for samino-2.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e8cd489508643e3ec90c0d85e627162da832eb761f71fcd718b843d46238df83
MD5 6cdb153729a2dd64dbb1f64c227afdca
BLAKE2b-256 ff420c00f625b139f40712dbd75ad2027372e82504dda7ec65c887075c57ae0b

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