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.2.9.tar.gz (57.8 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.2.9-py3-none-any.whl (83.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for samino-2.2.9.tar.gz
Algorithm Hash digest
SHA256 c9f0c95ce4288bc97016af55d9e8c213ad374fad8e069df38465723e0757aeee
MD5 4a4fb9043d71147a98844ef195356052
BLAKE2b-256 725b61503b52f569a5ec49ce97de6330cdce615ffb5f412a56374b3de1a2ad78

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for samino-2.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 de9fb60e853f79e97bbf48571ee1da1ceeb6cde84e4ad4b4e9c8ac8ac75935ad
MD5 e9e7c6ae0d3f1e27a3634eb2e107a265
BLAKE2b-256 4631d70d1e04f3c52d5ec02fcc8547d1472a63a41a59987ce748e29b29346a94

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