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

This version

2.3.1

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

samino-2.3.1-py3-none-any.whl (83.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: samino-2.3.1.tar.gz
  • Upload date:
  • Size: 80.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for samino-2.3.1.tar.gz
Algorithm Hash digest
SHA256 2cea8453e5ebf420b7745c0d783b13f488d01e40b26ed3b2f9532e52c62b7949
MD5 be063f8a6157796348a34671cf6ac660
BLAKE2b-256 4e8fe5801fa1205b422cef40c755ad46b00daa5538e0d60412a0ff0c44282b0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: samino-2.3.1-py3-none-any.whl
  • Upload date:
  • Size: 83.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for samino-2.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3eae1c8e0a98edea453b490b8806e06e6b40a96fa0c3316bbf6fa18d7bf09f24
MD5 63bbc011aeb45a30fe0b46d76b477265
BLAKE2b-256 da75cc79406072b8e3618e27985149498082435b2fe459454c5da21a75b41a03

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page